add test to check that traditions are taken away from the old Google OpenID user
[scpubgit/stemmaweb.git] / stemmaweb.conf
index a0169dc..d812ced 100644 (file)
@@ -1,9 +1,19 @@
 # rename this file to stemmaweb.yml and put a ':' after 'name' if
 # you want to use YAML like in old versions of Catalyst
 name = stemmaweb
+<Component Controller::Stexaminer>
+    idp_solver_url http://byzantini.st/cgi-bin/graphcalc.cgi
+</Component>
+<Component Controller::Stemweb>
+    pars_path /Users/tla/Projects/phylip-3.695/exe/pars.app/Contents/MacOS/pars
+</Component>
 <Model Directory>
     dsn dbi:SQLite:dbname=db/traditions.db
 </Model>
-<Model User>
-    dsn dbi:SQLite:dbname=db/traditions.db
-</Model>
+<Authentication::Credential::Google>
+    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>