mirror of https://github.com/zulip/zulip.git
docs: Fix location of default settings.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
a7a207d5d9
commit
9cb6a75da5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue