mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 12:15:24 +02:00
Add recaptcha v2 to verify guest logins (#55)
This commit is contained in:
committed by
GitHub
parent
f6b354f10d
commit
392c7ae69e
@ -8,6 +8,10 @@ config = {
|
||||
# Rest API in https://developer.paypal.com/developer/applications
|
||||
'paypal-client-id': "Paypal client id",
|
||||
'paypal-client-secret': "Paypal client secret",
|
||||
|
||||
# V2 reCAPTCHA from https://www.google.com/recaptcha/admin
|
||||
'recaptcha-site-key': "reCAPTCHA v2 Site Key",
|
||||
'recaptcha-secret-key': "reCAPTCHA v2 Secret Key",
|
||||
|
||||
'app-location': "/var/www/Titan/webapp/",
|
||||
'app-secret': "Type something random here, go wild.",
|
||||
|
Reference in New Issue
Block a user