mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
settings: Revise block comment at top of file.
Hopefully this is a bit clearer to read.
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user