Rename url to public_cert_url and use app url for realm
[scpubgit/stemmaweb.git] / stemmaweb.conf
index 14dc998..8857908 100644 (file)
@@ -1,6 +1,15 @@
 # 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.69/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
+</Authentication::Credential::Google>