fix config to use test mode

This commit is contained in:
Christian Grothoff 2015-06-18 16:38:43 +02:00
parent 8f656ba0fc
commit 45ec06a0e8

View File

@ -14,7 +14,9 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
# How to access our database
DB = postgres
# This is a testcase, use transient DB actions
TESTRUN = YES
[mintdb-postgres]
DB_CONN_STR = "postgres:///taler"
DB_CONN_STR = "postgres:///talercheck"