diff options
Diffstat (limited to 'src/merchant/test_merchant.conf')
-rw-r--r-- | src/merchant/test_merchant.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/merchant/test_merchant.conf b/src/merchant/test_merchant.conf new file mode 100644 index 00000000..7d32769a --- /dev/null +++ b/src/merchant/test_merchant.conf | |||
@@ -0,0 +1,36 @@ | |||
1 | # Sample configuration file test-merchant testcase | ||
2 | [merchant] | ||
3 | PORT = 4251 | ||
4 | HOSTNAME = localhost | ||
5 | # List of mints the merchant trusts delimited by a single space | ||
6 | TRUSTED_MINTS = nayapaisa | ||
7 | |||
8 | #nayapaisa nyadirahim | ||
9 | |||
10 | # Our secret key file | ||
11 | KEYFILE = test_merchant.ecc | ||
12 | |||
13 | [mint-taler] | ||
14 | HOSTNAME = localhost | ||
15 | PORT = 4241 | ||
16 | PUBKEY = 8MF3D4V40K4J7654Q7NT3YHZVJ22SJAMBG07GEQ0QSXHWF4M9X6G | ||
17 | |||
18 | [mint-nayapaisa] | ||
19 | HOSTNAME = localhost | ||
20 | PORT = 4241 | ||
21 | # The public key of this mint | ||
22 | PUBKEY = 6ZE0HEY2M0FWP61M0470HYBF4K6RRD5DP54372PD2TN9N9VX2VJG | ||
23 | |||
24 | [mint-nyadirahim] | ||
25 | HOSTNAME = nyadirahim.org | ||
26 | PORT = 4241 | ||
27 | # The public key of this mint | ||
28 | PUBKEY = 7995WKK71KPKTBBMA5BHNBSZFGNRZPYNXDJMQ8EK86V9598H03TG | ||
29 | |||
30 | [merchant-db] | ||
31 | CONFIG = postgres:///taler | ||
32 | |||
33 | [wire-sepa] | ||
34 | IBAN = DE67830654080004822650 | ||
35 | NAME = GNUNET E.V | ||
36 | BIC = GENODEF1SRL | ||