diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-29 21:26:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-29 21:26:59 +0100 |
commit | 08a5ee5ed3416d42c3bda8dde735e6c53dffdf36 (patch) | |
tree | f9392a8ce62f531482fb9b3915966666277c0923 | |
parent | 18f75db039a69f0e5df8cdb62da8b6aaec6a8dc4 (diff) | |
download | merchant-08a5ee5ed3416d42c3bda8dde735e6c53dffdf36.tar.gz merchant-08a5ee5ed3416d42c3bda8dde735e6c53dffdf36.zip |
sample configuration
-rw-r--r-- | contrib/merchant.conf | 14 |
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] | ||
2 | PORT = 4251 | ||
3 | |||
4 | # List of mints the merchant trusts delimited by a single space | ||
5 | TRUSTED_MINTS = taler | ||
6 | |||
7 | [mint-taler] | ||
8 | HOSTNAME = taler.org | ||
9 | PORT = 4241 | ||
10 | # The public key of this mint | ||
11 | PUBKEY = ... | ||
12 | |||
13 | [merchant-db] | ||
14 | CONFIG = postgres:///taler \ No newline at end of file | ||