diff options
author | Patrick Lühne <patrick@luehne.de> | 2018-11-25 17:29:44 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-11-25 11:29:44 -0500 |
commit | 7e587e097c4892522ac7b13037a24b6d81e32a83 (patch) | |
tree | b58e8bd5ac7d76431c48aa4163749183d802640e /custom | |
parent | fd37fb01fdb75ba7555424b37b3b92721ae30698 (diff) | |
download | gitea-7e587e097c4892522ac7b13037a24b6d81e32a83.tar.gz gitea-7e587e097c4892522ac7b13037a24b6d81e32a83.zip |
Fix typos in configuration (#5398)
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 68207840e4..147c99d942 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -316,7 +316,7 @@ REGISTER_EMAIL_CONFIRM = false EMAIL_DOMAIN_WHITELIST= ; Disallow registration, only allow admins to create accounts. 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 ; User must sign in to view anything. REQUIRE_SIGNIN_VIEW = false @@ -331,8 +331,8 @@ ENABLE_CAPTCHA = false CAPTCHA_TYPE = image ; Enable recaptcha to use Google's recaptcha service ; Go to https://www.google.com/recaptcha/admin to sign up for a key -RECAPTCHA_SECRET = -RECAPTCHA_SITEKEY = +RECAPTCHA_SECRET = +RECAPTCHA_SITEKEY = ; Default value for KeepEmailPrivate ; Each new user will get the value of this setting copied into their profile DEFAULT_KEEP_EMAIL_PRIVATE = false @@ -340,7 +340,7 @@ DEFAULT_KEEP_EMAIL_PRIVATE = false ; Every new user will have rights set to create organizations depending on this setting DEFAULT_ALLOW_CREATE_ORGANIZATION = true ; 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 ; Enable heatmap on users profiles. ENABLE_USER_HEATMAP = true |