From b27e3ca6f6e5fd72fa4dcb781cf4e073237dccb6 Mon Sep 17 00:00:00 2001 From: Dan1ell Date: Sun, 21 Mar 2021 15:38:40 -0300 Subject: [PATCH] Update Configuration.md (#86) Clarifying which local_settings.py file to use. --- docs/Configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 699a4b4..f4bd22d 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -2,7 +2,11 @@ A number of options are available on `cms/settings.py`. -It is advisable to override any of them by adding it to `cms/local_settings.py` . +It is advisable to override any of them by adding it to `local_settings.py` . + +In case of a the single server installation, add to `cms/local_settings.py` . + +In case of a docker compose installation, add to `deploy/docker/local_settings.py` . This will automatically overwrite `cms/local_settings.py` . Any change needs restart of MediaCMS in order to take effect. So edit `cms/local_settings.py`, make a change and restart MediaCMS