diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-22 19:14:45 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-22 19:14:45 +0200 |
commit | d0b8cc5ad517c445f591c7f1cb7ca43212fa169e (patch) | |
tree | b44ae854af98db9b9a5fecd16879da7b4a9651b0 | |
parent | 8546828bf68935329941a223528f1eeb6df59c5f (diff) |
default location for response file
-rw-r--r-- | src/backend/merchant.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf index 404d5527..ab01661e 100644 --- a/src/backend/merchant.conf +++ b/src/backend/merchant.conf @@ -26,6 +26,7 @@ CONFIG = postgres:///talermerchant # Configuration of our bank account details [merchant-wireformat] +TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/test.json # The values in this section must match the "WIREFORMAT" given in [merchant]: # * for SEPA: # IBAN = DE67830654080004822650 |