From 618f62a6bb17431d9075e4c856eb9ace14a2bb58 Mon Sep 17 00:00:00 2001 From: Belvinraja Nadar Date: Thu, 17 Oct 2024 09:09:06 +0000 Subject: [PATCH] Modified configuration-guide.md --- docs/development/knowledge-base/configuration-guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/development/knowledge-base/configuration-guide.md b/docs/development/knowledge-base/configuration-guide.md index e680c8d..8433505 100644 --- a/docs/development/knowledge-base/configuration-guide.md +++ b/docs/development/knowledge-base/configuration-guide.md @@ -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