Allow having no captcha, add registration test
[scpubgit/stemmaweb.git] / stemmaweb.conf
index 0425d7b..e01f291 100644 (file)
@@ -11,5 +11,9 @@ name = stemmaweb
     dsn dbi:SQLite:dbname=db/traditions.db
 </Model>
 <Authentication::Credential::Google>
-    url https://www.googleapis.com/oauth2/v1/certs
+    public_cert_url https://www.googleapis.com/oauth2/v1/certs
+    client_id 577442226093-pi2ud795g49ibip78bgfoabhl4kdrguc.apps.googleusercontent.com
 </Authentication::Credential::Google>
+<Registration>
+    no_recaptcha 0
+</Registration>