summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-29 21:26:59 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-29 21:26:59 +0100
commit08a5ee5ed3416d42c3bda8dde735e6c53dffdf36 (patch)
treef9392a8ce62f531482fb9b3915966666277c0923 /contrib
parent18f75db039a69f0e5df8cdb62da8b6aaec6a8dc4 (diff)
downloadmerchant-08a5ee5ed3416d42c3bda8dde735e6c53dffdf36.tar.gz
merchant-08a5ee5ed3416d42c3bda8dde735e6c53dffdf36.tar.bz2
merchant-08a5ee5ed3416d42c3bda8dde735e6c53dffdf36.zip
sample configuration
Diffstat (limited to 'contrib')
-rw-r--r--contrib/merchant.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/merchant.conf b/contrib/merchant.conf
new file mode 100644
index 00000000..e1727b4f
--- /dev/null
+++ b/contrib/merchant.conf
@@ -0,0 +1,14 @@
+[merchant]
+PORT = 4251
+
+# List of mints the merchant trusts delimited by a single space
+TRUSTED_MINTS = taler
+
+[mint-taler]
+HOSTNAME = taler.org
+PORT = 4241
+# The public key of this mint
+PUBKEY = ...
+
+[merchant-db]
+CONFIG = postgres:///taler \ No newline at end of file