From 4feae1174a21e044efa79d92b28b474b550bfcd8 Mon Sep 17 00:00:00 2001 From: Matheus Paiva Date: Mon, 27 Nov 2023 15:07:38 +0000 Subject: [PATCH] Fix node.js article URL (#1926) --- docusaurus/docs/dev-docs/configurations/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/dev-docs/configurations/environment.md b/docusaurus/docs/dev-docs/configurations/environment.md index 0f38d199fb..6f2a8ebbdb 100644 --- a/docusaurus/docs/dev-docs/configurations/environment.md +++ b/docusaurus/docs/dev-docs/configurations/environment.md @@ -18,7 +18,7 @@ Strapi provides the following environment variables: | `STRAPI_TELEMETRY_DISABLED` | Don't send telemetry usage data to Strapi | `Boolean` | `false` | | `STRAPI_LICENSE` | The license key to activate the Enterprise Edition | `String` | `undefined` | | `STRAPI_DISABLE_REMOTE_DATA_TRANSFER` | Disable the ability to use the [transfer feature](/dev-docs/data-management#transfer-data-using-the-cli-tool) | `Boolean` | `false` | -| `NODE_ENV` | Type of environment where the application is running.

`production` enables specific behaviors (see [Node.js documentation](https://nodejs.dev/en/learn/nodejs-the-difference-between-development-and-production) for details) | `String` | `'development'` | +| `NODE_ENV` | Type of environment where the application is running.

`production` enables specific behaviors (see [Node.js documentation](https://nodejs.org/en/learn/getting-started/nodejs-the-difference-between-development-and-production) for details) | `String` | `'development'` | | `BROWSER` | Open the admin panel in the browser after startup | `Boolean` | `true` | | `ENV_PATH` | Path to the file that contains your environment variables | `String` | `'./.env'` | | `STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE`

_Optional_ | Initialization locale for the application, if the [Internationalization (i18n) plugin](/dev-docs/plugins/i18n) is installed and enabled on Content-Types (see [Configuration of i18n in production environments](/dev-docs/plugins/i18n#configuration-of-the-default-locale)) | `String` | `'en'` |