aboutsummaryrefslogtreecommitdiff
path: root/contrib/merchant.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/merchant.conf')
-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 @@
1[merchant]
2PORT = 4251
3
4# List of mints the merchant trusts delimited by a single space
5TRUSTED_MINTS = taler
6
7[mint-taler]
8HOSTNAME = taler.org
9PORT = 4241
10# The public key of this mint
11PUBKEY = ...
12
13[merchant-db]
14CONFIG = postgres:///taler \ No newline at end of file