From 1e4eb9e0e1b67c693577422674d32c7e861dab5b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 16 May 2021 16:51:32 +0100 Subject: [PATCH] docs/running: Be more explicit about using an override file for config --- docs/Running-this-software.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Running-this-software.md b/docs/Running-this-software.md index 5759794..00f23ee 100644 --- a/docs/Running-this-software.md +++ b/docs/Running-this-software.md @@ -52,7 +52,9 @@ There are three components to this application. have passed the schema and duplicate checks. ## Configuration -Application configuration is in the file `src/eddn/conf/Settings.py`. +Default application configuration is in the file `src/eddn/conf/Settings.py`. +Do **not** change anything in this file, see below about overriding using +another file. 1. You will need to obtain a TLS certificate from, e.g. LetsEncrypt. The application will need access to this and its private key file.