mirror of https://github.com/zulip/zulip.git
settings: Revise block comment at top of file.
Hopefully this is a bit clearer to read.
This commit is contained in:
parent
6396b3aef7
commit
f597f0b52e
|
@ -1,13 +1,17 @@
|
|||
from typing import Optional
|
||||
|
||||
# Zulip server-level Settings (to be set by the system administrator).
|
||||
#
|
||||
# Remember to restart the server after changes here! Documentation at:
|
||||
################################################################
|
||||
# Zulip Server settings.
|
||||
#
|
||||
# This file controls settings that affect the whole Zulip server.
|
||||
# See our documentation at:
|
||||
# https://zulip.readthedocs.io/en/latest/production/settings.html
|
||||
#
|
||||
# Developer documentation on the Zulip settings system is available at:
|
||||
# For developer documentation on the Zulip settings system, see:
|
||||
# https://zulip.readthedocs.io/en/latest/subsystems/settings.html
|
||||
#
|
||||
# Remember to restart the server after making changes here!
|
||||
# su zulip -c /home/zulip/deployments/current/scripts/restart-server
|
||||
|
||||
## MANDATORY SETTINGS
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue