summaryrefslogtreecommitdiff
path: root/src/backend/merchant.conf
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-25 00:13:37 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-25 00:13:37 +0200
commita1ecc4a85e1634a0c02ac84f140195040138a254 (patch)
treee38023acfa32499cef7f92beea14812756c040c7 /src/backend/merchant.conf
parent13eb40e3bcc935dc39a03d071f8ab2391c8c085e (diff)
downloadmerchant-a1ecc4a85e1634a0c02ac84f140195040138a254.tar.gz
merchant-a1ecc4a85e1634a0c02ac84f140195040138a254.tar.bz2
merchant-a1ecc4a85e1634a0c02ac84f140195040138a254.zip
adding scaffold for integrating /track/{deposit,wtid} API calls
Diffstat (limited to 'src/backend/merchant.conf')
-rw-r--r--src/backend/merchant.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf
index eee0dfef..3f0b1e9d 100644
--- a/src/backend/merchant.conf
+++ b/src/backend/merchant.conf
@@ -20,10 +20,11 @@ KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv
DB = postgres
# Which wireformat does this merchant use? (test/sepa/etc.)
-# WIREFORMAT = "test"
+WIREFORMAT = test
# Determines which wire plugin will be used. We currently only
# support one wire plugin at a time!
+EDATE = 3 week
# Configuration for postgres database.
[merchantdb-postgres]