summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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