Update config and tests so deployment and testing use separate databases.
This commit is contained in:
parent
1cd9cc8721
commit
5a8b5ecc2d
9 changed files with 38 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
dsn => "dbi:SQLite:dbname=foodloop-test.db",
|
||||
dsn => "dbi:SQLite:dbname=foodloop.db",
|
||||
user => undef,
|
||||
pass => undef,
|
||||
key => "a",
|
||||
|
|
Reference in a new issue