From 5e87b47c487ccf29ac907d922bef39bc74867af7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jun 2015 14:25:09 +0200 Subject: add test mode option to mint --- contrib/mint-template/config/mint-common.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/mint-template') 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" -- cgit v1.2.3