summaryrefslogtreecommitdiff
path: root/src/backend/merchant.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/merchant.conf')
-rw-r--r--src/backend/merchant.conf14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf
index e925c6de..15841cf4 100644
--- a/src/backend/merchant.conf
+++ b/src/backend/merchant.conf
@@ -30,10 +30,14 @@ WIRE_TRANSFER_DELAY = 3 week
[merchantdb-postgres]
CONFIG = postgres:///talermerchant
+[merchant-instance-default]
+KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv
+
+[merchant-instance-tor]
+KEYFILE = ${TALER_DATA_HOME}/merchant/tor.priv
-# Configuration of our bank account details
-[merchant-wireformat]
-# Default location for the 'test' wire plugin
+[default-wireformat]
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/test.json
-# Default location for the 'sepa' wire plugin
-SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/sepa.json
+
+[tor-wireformat]
+TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/tor.json