Fix typos in configuration (#5398)
This commit is contained in:
parent
fd37fb01fd
commit
7e587e097c
1 changed files with 4 additions and 4 deletions
|
@ -316,7 +316,7 @@ REGISTER_EMAIL_CONFIRM = false
|
||||||
EMAIL_DOMAIN_WHITELIST=
|
EMAIL_DOMAIN_WHITELIST=
|
||||||
; Disallow registration, only allow admins to create accounts.
|
; Disallow registration, only allow admins to create accounts.
|
||||||
DISABLE_REGISTRATION = false
|
DISABLE_REGISTRATION = false
|
||||||
; Allow registration only using third part services, it works only when DISABLE_REGISTRATION is false
|
; Allow registration only using third-party services, it works only when DISABLE_REGISTRATION is false
|
||||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = false
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = false
|
||||||
; User must sign in to view anything.
|
; User must sign in to view anything.
|
||||||
REQUIRE_SIGNIN_VIEW = false
|
REQUIRE_SIGNIN_VIEW = false
|
||||||
|
@ -340,7 +340,7 @@ DEFAULT_KEEP_EMAIL_PRIVATE = false
|
||||||
; Every new user will have rights set to create organizations depending on this setting
|
; Every new user will have rights set to create organizations depending on this setting
|
||||||
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
|
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
|
||||||
; Default value for EnableDependencies
|
; Default value for EnableDependencies
|
||||||
; Repositories will use depencies by default depending on this setting
|
; Repositories will use dependencies by default depending on this setting
|
||||||
DEFAULT_ENABLE_DEPENDENCIES = true
|
DEFAULT_ENABLE_DEPENDENCIES = true
|
||||||
; Enable heatmap on users profiles.
|
; Enable heatmap on users profiles.
|
||||||
ENABLE_USER_HEATMAP = true
|
ENABLE_USER_HEATMAP = true
|
||||||
|
|
Reference in a new issue