mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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.
|
`zproject/settings.py`, and then override it here.
|
||||||
|
|
||||||
* `/etc/zulip/zulip-secrets.conf` (generated by
|
* `/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
|
contains secrets used by the Zulip installation. These are read
|
||||||
using the standard Python `ConfigParser`, and accessed in
|
using the standard Python `ConfigParser`, and accessed in
|
||||||
`zproject/settings.py` by the `get_secret` function. All
|
`zproject/settings.py` by the `get_secret` function. All
|
||||||
|
|||||||
Reference in New Issue
Block a user