git rid of SVG cache
[scpubgit/stemmaweb.git] / stemmaweb.conf
index a64ce1e..7983257 100644 (file)
@@ -1,6 +1,12 @@
 # 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
+<Model Analysis>
+    dsn dbi:SQLite:dbname=db/analysis.db
+</Model>
 <Model Directory>
     dsn dbi:SQLite:dbname=db/traditions.db
-</Model>
\ No newline at end of file
+</Model>
+<Model User>
+    dsn dbi:SQLite:dbname=db/traditions.db
+</Model>