Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/development/knowledge-base/configuration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ Configuration files can be overridden and extended by [environment variables](ht

For example, you can overwrite the configuration for your production store by below steps

- Create a new configuration file named `production.json` in the `config` directory.
- Create a new configuration file named `production.json` in the `config` directory.(For production environment)
                      **OR**
- Create a new configuration file named `developement.json` in the `config` directory.(For development environment)
- Please note `prod.json` and `develop.json` won't work, the file name has to be one of the above mentioned.
- Add your configuration for production

```bash
Expand Down