Update config and tests so deployment and testing use separate databases.

This commit is contained in:
Paul Dill 2017-03-08 18:52:04 +00:00
parent 1cd9cc8721
commit 5a8b5ecc2d
9 changed files with 38 additions and 14 deletions

View file

@ -1,5 +1,5 @@
{
dsn => "dbi:SQLite:dbname=foodloop-test.db",
dsn => "dbi:SQLite:dbname=foodloop.db",
user => undef,
pass => undef,
key => "a",