diff options
-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 |