Google test
[scpubgit/stemmaweb.git] / stemmaweb.conf
1 # rename this file to stemmaweb.yml and put a ':' after 'name' if
2 # you want to use YAML like in old versions of Catalyst
3 name = stemmaweb
4 <Component Controller::Stexaminer>
5     idp_solver_url http://byzantini.st/cgi-bin/graphcalc.cgi
6 </Component>
7 <Component Controller::Stemweb>
8     pars_path /Users/tla/Projects/phylip-3.69/exe/pars.app/Contents/MacOS/pars
9 </Component>
10 <Model Directory>
11     dsn dbi:SQLite:dbname=db/traditions.db
12 </Model>
13 <Authentication::Credential::Google>
14     public_cert_url https://www.googleapis.com/oauth2/v1/certs
15     client_id 577442226093-pi2ud795g49ibip78bgfoabhl4kdrguc.apps.googleusercontent.com
16 </Authentication::Credential::Google>
17 <Registration>
18     no_recaptcha 0
19 </Registration>