Update configurations.md (#6731)

This commit is contained in:
Nikolaj Ivancic 2020-07-16 06:48:05 -04:00 committed by GitHub
parent fb4a625f27
commit b2d4fbfb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ env.date('VAR', new Date());
## Environments ## Environments
What if you need to specific static configurations for specific environments and using environment variables becomes tedious? What if you need specific static configurations for specific environments and using environment variables becomes tedious?
Strapi configurations can also be created per environment in `./config/env/{env}/{filename}`. These configurations will be merged into the base configurations defined in the `./config` folder. Strapi configurations can also be created per environment in `./config/env/{env}/{filename}`. These configurations will be merged into the base configurations defined in the `./config` folder.
The environment is based on the `NODE_ENV` environment variable (defaults to `development`). The environment is based on the `NODE_ENV` environment variable (defaults to `development`).