mirror of https://github.com/zulip/zulip.git
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:
parent
19d06f0dd7
commit
04d3f9310a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue