mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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
 | 
					from typing import Optional
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Zulip server-level Settings (to be set by the system administrator).
 | 
					################################################################
 | 
				
			||||||
#
 | 
					# Zulip Server settings.
 | 
				
			||||||
# Remember to restart the server after changes here!  Documentation at:
 | 
					 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					# This file controls settings that affect the whole Zulip server.
 | 
				
			||||||
 | 
					# See our documentation at:
 | 
				
			||||||
#   https://zulip.readthedocs.io/en/latest/production/settings.html
 | 
					#   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
 | 
					#   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
 | 
					## MANDATORY SETTINGS
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user