add test to check that traditions are taken away from the old Google OpenID user
[scpubgit/stemmaweb.git] / stemmaweb_tests.conf
index a4e4302..c745948 100644 (file)
@@ -1,3 +1,13 @@
 <Registration>
     no_recaptcha 1
 </Registration>
+<Authentication::Credential::Google>
+    public_cert_url file://__path_to(t/etc/certs)__
+    client_id 577442226093-pi2ud795g49ibip78bgfoabhl4kdrguc.apps.googleusercontent.com
+</Authentication::Credential::Google>
+<Plugin::Cache>
+    <backend>
+        default_expires_in now
+        cache_root __path_to(t/var)__
+    </backend>
+</Plugin::Cache>