add test to check that traditions are taken away from the old Google OpenID user
[scpubgit/stemmaweb.git] / stemmaweb.conf
index b856c61..d812ced 100644 (file)
@@ -2,8 +2,18 @@
 # you want to use YAML like in old versions of Catalyst
 name = stemmaweb
 <Component Controller::Stexaminer>
-    idp_solver_url http://perf.byzantini.st/cgi-bin/graphcalc.cgi
-</Controller>
+    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>
+<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>