commit 88ff3e8bb5daf7903368b080ec7bf7f9ee5fd0ab parent 80bc5d86e96f610387f872175ae7f212e985fc6a Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 15 May 2015 16:14:35 +0200 have sensible default Diffstat:
| M | contrib/mint-template/config/mint-common.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/mint-template/config/mint-common.conf b/contrib/mint-template/config/mint-common.conf @@ -8,7 +8,7 @@ WIREFORMAT = SEPA # How to access our database DB = postgres -DB_CONN_STR = "" +DB_CONN_STR = "postgres:///taler" # HTTP port the mint listens to PORT = 4241