diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-15 16:14:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-15 16:14:35 +0200 |
commit | 88ff3e8bb5daf7903368b080ec7bf7f9ee5fd0ab (patch) | |
tree | e9b9723dc1e057fc01a2590f6ebf558af0db65a4 | |
parent | 80bc5d86e96f610387f872175ae7f212e985fc6a (diff) |
have sensible default
-rw-r--r-- | contrib/mint-template/config/mint-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mint-template/config/mint-common.conf b/contrib/mint-template/config/mint-common.conf index b76ce3931..13f5d11bb 100644 --- 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 |