diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-07 12:38:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-07 12:38:17 +0200 |
commit | 237cab27a94ea019e9fdb3d8cc8d9724b965bc34 (patch) | |
tree | 4255527da927a5c09839cd42242267527a08ea13 /contrib/mint-template | |
parent | bfa62094d99affda447f452bccedc3af305f02ed (diff) |
capitalize SQL keywords
Diffstat (limited to 'contrib/mint-template')
-rw-r--r-- | contrib/mint-template/config/mint-common.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/mint-template/config/mint-common.conf b/contrib/mint-template/config/mint-common.conf index 9a9676d05..b76ce3931 100644 --- a/contrib/mint-template/config/mint-common.conf +++ b/contrib/mint-template/config/mint-common.conf @@ -6,10 +6,12 @@ CURRENCY = EUR WIREFORMAT = SEPA # How to access our database -DB = postgres:///taler +DB = postgres + +DB_CONN_STR = "" # HTTP port the mint listens to PORT = 4241 # Master public key used to sign the mint's various keys -MASTER_PUBLIC_KEY = ... +MASTER_PUBLIC_KEY = NEGTF62MNGVPZNW19V7S3CRS9D7K04MAHDGX3N6WY2NXREN26J80 |