diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-11 16:38:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-11 16:38:09 +0200 |
commit | bd2372f20ef7259d87c44e92de32c66b26e6632f (patch) | |
tree | 1ddbbd74087d40143042e194881ca0f2a0e90e5d /contrib | |
parent | 929a99cdbb579e53fe458752b147c10344c92aca (diff) |
implementing #3740
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/mint-template/config/mint-common.conf | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/contrib/mint-template/config/mint-common.conf b/contrib/mint-template/config/mint-common.conf index 4e13a3ef3..00cbc82fa 100644 --- a/contrib/mint-template/config/mint-common.conf +++ b/contrib/mint-template/config/mint-common.conf @@ -1,6 +1,12 @@ [mint] -db = postgres:///taler -port = 4241 -TMH_master_public_key = ... -refresh_security_parameter = 3 +# Currency supported by the mint (can only be one) +CURRENCY = EUR +# How to access our database +DB = postgres:///taler + +# HTTP port the mint listens to +PORT = 4241 + +# Master public key used to sign the mint's various keys +TMH_MASTER_PUBLIC_KEY = ... |