Skip to content

Commit

Permalink
fixing some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwhaley committed Nov 25, 2017
1 parent e055263 commit 5c004f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The module assumes that all the configuration files in JSON are in the `/config`
The module loads 3 configuration files in the following order (each overwrites the previous if they have the same key):

* default.json
* <environment>.json (where <environment> is taken from the NODE_ENV environment variable. It uses "production" as default if the environment variable is not set)
* environment.json (where environment is taken from the NODE_ENV environment variable. It uses "production" as default if the environment variable is not set)
* runtime.json

Each configuration file will override values from the previous file. For example:
Expand Down

0 comments on commit 5c004f6

Please sign in to comment.