diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-18 14:25:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-18 14:25:09 +0200 |
commit | 5e87b47c487ccf29ac907d922bef39bc74867af7 (patch) | |
tree | 2b2b5e9a2aeb69e7f8d6154d7400fe481f375932 /contrib/mint-template | |
parent | 3a4429aa008fdab3b5787cd5e406bfd1c556c8e0 (diff) |
add test mode option to mint
Diffstat (limited to 'contrib/mint-template')
-rw-r--r-- | contrib/mint-template/config/mint-common.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/mint-template/config/mint-common.conf b/contrib/mint-template/config/mint-common.conf index 918f0f62a..e222a36a1 100644 --- a/contrib/mint-template/config/mint-common.conf +++ b/contrib/mint-template/config/mint-common.conf @@ -14,7 +14,8 @@ MASTER_PUBLIC_KEY = NEGTF62MNGVPZNW19V7S3CRS9D7K04MAHDGX3N6WY2NXREN26J80 # How to access our database DB = postgres +TESTRUN = YES [mintdb-postgres] -DB_CONN_STR = "postgres:///taler" +DB_CONN_STR = "postgres:///talercheck" |