prod_settings_template: Standardize length of heading hashes.

Adjust "mandatory settings" and "Gitlab OAuth" lengths to match the
length of all of the rest of their same-level headings.
This commit is contained in:
Nikhil Maske 2021-02-15 10:59:21 +05:30 committed by Alex Vandiver
parent 19d06f0dd7
commit 04d3f9310a
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from typing import Any, Dict, Tuple
## su zulip -c /home/zulip/deployments/current/scripts/restart-server
################################
################
## Mandatory settings.
##
## These settings MUST be set in production. In a development environment,
@ -268,7 +268,7 @@ AUTH_LDAP_USER_ATTR_MAP = {
## client secret in zulip-secrets.conf as `social_auth_google_secret`.
# SOCIAL_AUTH_GOOGLE_KEY = <your client ID from Google>
#######
########
## GitLab OAuth.
##
## To set up GitLab authentication, you'll need to do the following: