fix typo in conf file; add path to pars executable
[scpubgit/stemmaweb.git] / stemmaweb.conf
index b856c61..3206617 100644 (file)
@@ -2,8 +2,11 @@
 # 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.69/exe/pars.app/Contents/MacOS/pars
+</Component>
 <Model Directory>
     dsn dbi:SQLite:dbname=db/traditions.db
 </Model>