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
6
pear-local_loop.testing.conf
Normal file
6
pear-local_loop.testing.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
dsn => "dbi:SQLite:dbname=foodloop-test.db",
|
||||
user => undef,
|
||||
pass => undef,
|
||||
key => "a",
|
||||
};
|
Reference in a new issue