diff options
author | zeripath <art27@cantab.net> | 2019-05-02 14:09:39 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-05-02 16:09:39 +0300 |
commit | ade88a877d7f3c1fba466359198b8aa8ce5f28f8 (patch) | |
tree | 05ba56fbd3ac14068ccd1cc7deb713caec725db0 /custom | |
parent | 159294f79991ad50747cb5f14c82aadfdc77f2c8 (diff) | |
download | gitea-ade88a877d7f3c1fba466359198b8aa8ce5f28f8.tar.gz gitea-ade88a877d7f3c1fba466359198b8aa8ce5f28f8.zip |
Allow Recaptcha service url to be configured (#6820)
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 159ab845b7..04b2b9f92e 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -362,6 +362,8 @@ CAPTCHA_TYPE = image ; Go to https://www.google.com/recaptcha/admin to sign up for a key RECAPTCHA_SECRET = RECAPTCHA_SITEKEY = +; Change this to use recaptcha.net or other recaptcha service +RECAPTCHA_URL = https://www.google.com/recaptcha/ ; Default value for KeepEmailPrivate ; Each new user will get the value of this setting copied into their profile DEFAULT_KEEP_EMAIL_PRIVATE = false |