git rid of SVG cache
[scpubgit/stemmatology.git] / stemmaweb / stemmaweb.conf
CommitLineData
5c9ecf66 1# rename this file to stemmaweb.yml and put a ':' after 'name' if
dbcf12a6 2# you want to use YAML like in old versions of Catalyst
5c9ecf66 3name = stemmaweb
ee53ab0d 4<Model Analysis>
5 dsn dbi:SQLite:dbname=db/analysis.db
6</Model>
3837c155 7<Model Directory>
8 dsn dbi:SQLite:dbname=db/traditions.db
d1ba091f 9</Model>
10<Model User>
11 dsn dbi:SQLite:dbname=db/traditions.db
12</Model>