mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
docs: Fix typo in spelling of generate_secrets.
This commit is contained in:
@@ -57,7 +57,7 @@ In a production environment, we have:
|
||||
`zproject/settings.py`, and then override it here.
|
||||
|
||||
* `/etc/zulip/zulip-secrets.conf` (generated by
|
||||
`scripts/setup/generate-secrets.py` as part of installation)
|
||||
`scripts/setup/generate_secrets.py` as part of installation)
|
||||
contains secrets used by the Zulip installation. These are read
|
||||
using the standard Python `ConfigParser`, and accessed in
|
||||
`zproject/settings.py` by the `get_secret` function. All
|
||||
|
||||
Reference in New Issue
Block a user