From bd2372f20ef7259d87c44e92de32c66b26e6632f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 11 Apr 2015 16:38:09 +0200 Subject: implementing #3740 --- contrib/mint-template/config/mint-common.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'contrib') 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 = ... -- cgit v1.2.3