docs: Fix location of default settings.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-06-07 19:58:44 -07:00 committed by Tim Abbott
parent a7a207d5d9
commit 9cb6a75da5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ In a production environment, we have:
secrets (e.g. passwords, secret API keys, cryptographic keys, etc.).
The way we generally do settings that can be controlled with shell
access to a Zulip server is to put a default in
`zproject/settings.py`, and then override it here.
`zproject/default_settings.py`, and then override it here.
* `/etc/zulip/zulip-secrets.conf` (generated by
`scripts/setup/generate_secrets.py` as part of installation)