diff options
Diffstat (limited to 'contrib/mint-template')
-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 = ... |