add test to check that traditions are taken away from the old Google OpenID user
[scpubgit/stemmaweb.git] / stemmaweb_tests.conf
1 <Registration>
2     no_recaptcha 1
3 </Registration>
4 <Authentication::Credential::Google>
5     public_cert_url file://__path_to(t/etc/certs)__
6     client_id 577442226093-pi2ud795g49ibip78bgfoabhl4kdrguc.apps.googleusercontent.com
7 </Authentication::Credential::Google>
8 <Plugin::Cache>
9     <backend>
10         default_expires_in now
11         cache_root __path_to(t/var)__
12     </backend>
13 </Plugin::Cache>