summaryrefslogtreecommitdiff
path: root/contrib/mint-template/config
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-11 16:38:09 +0200
committerChristian Grothoff <christian@grothoff.org>2015-04-11 16:38:09 +0200
commitbd2372f20ef7259d87c44e92de32c66b26e6632f (patch)
tree1ddbbd74087d40143042e194881ca0f2a0e90e5d /contrib/mint-template/config
parent929a99cdbb579e53fe458752b147c10344c92aca (diff)
downloadexchange-bd2372f20ef7259d87c44e92de32c66b26e6632f.tar.gz
exchange-bd2372f20ef7259d87c44e92de32c66b26e6632f.tar.bz2
exchange-bd2372f20ef7259d87c44e92de32c66b26e6632f.zip
implementing #3740
Diffstat (limited to 'contrib/mint-template/config')
-rw-r--r--contrib/mint-template/config/mint-common.conf14
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 = ...