Skip to content

Commit

Permalink
Update configurations.md (#6731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaj Ivancic committed Jul 16, 2020
1 parent fb4a625 commit b2d4fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3.x/concepts/configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ env.date('VAR', new Date());

## 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.
The environment is based on the `NODE_ENV` environment variable (defaults to `development`).
Expand Down

0 comments on commit b2d4fbf

Please sign in to comment.