mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-06 06:53:14 +00:00
README: Fix additional SETTINGS_ -> SETTING_ typo.
This commit is contained in:
@@ -163,7 +163,7 @@ production traffic, you need to also set these:
|
|||||||
Docker environment. Standard [Zulip server settings][server-settings]
|
Docker environment. Standard [Zulip server settings][server-settings]
|
||||||
are secrets are set using the following syntax:
|
are secrets are set using the following syntax:
|
||||||
|
|
||||||
* `SETTINGS_MY_SETTING` will become `MY_SETTING` in
|
* `SETTING_MY_SETTING` will become `MY_SETTING` in
|
||||||
`/etc/zulip/settings.py`
|
`/etc/zulip/settings.py`
|
||||||
* `SECRETS_my_secret` will become `my_secret` in
|
* `SECRETS_my_secret` will become `my_secret` in
|
||||||
`/etc/zulip/zulip-secrets.conf`.
|
`/etc/zulip/zulip-secrets.conf`.
|
||||||
|
|||||||
Reference in New Issue
Block a user