mirror of
https://github.com/strapi/strapi.git
synced 2025-11-27 07:31:08 +00:00
Update configurations.md (#6731)
This commit is contained in:
parent
fb4a625f27
commit
b2d4fbfb12
@ -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`).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user