summaryrefslogtreecommitdiff
path: root/src/mint-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-18 16:38:43 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-18 16:38:43 +0200
commit45ec06a0e88b9270b71bbcda163f5d90807f6a87 (patch)
tree4fa32f856f74da68c46e2c9886319d8260abff38 /src/mint-lib
parent8f656ba0fc3973ca517cbec902cc8ce2d7b15e92 (diff)
downloadexchange-45ec06a0e88b9270b71bbcda163f5d90807f6a87.tar.gz
exchange-45ec06a0e88b9270b71bbcda163f5d90807f6a87.tar.bz2
exchange-45ec06a0e88b9270b71bbcda163f5d90807f6a87.zip
fix config to use test mode
Diffstat (limited to 'src/mint-lib')
-rw-r--r--src/mint-lib/test-mint-home/config/mint-common.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mint-lib/test-mint-home/config/mint-common.conf b/src/mint-lib/test-mint-home/config/mint-common.conf
index 7bcb77ecd..6d03c2a5b 100644
--- a/src/mint-lib/test-mint-home/config/mint-common.conf
+++ b/src/mint-lib/test-mint-home/config/mint-common.conf
@@ -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"