settings: Revise block comment at top of file.

Hopefully this is a bit clearer to read.
This commit is contained in:
Greg Price 2018-04-05 18:00:51 -07:00 committed by Tim Abbott
parent 6396b3aef7
commit f597f0b52e
1 changed files with 8 additions and 4 deletions

View File

@ -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
#