fix config to use test mode
This commit is contained in:
parent
8f656ba0fc
commit
45ec06a0e8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user