summaryrefslogtreecommitdiff
path: root/src/exchange/test-taler-exchange-aggregator-postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-04 16:49:33 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-04 16:49:33 +0100
commit6ab67a3a76ee5ce8f8dec910dae7da524f066d2a (patch)
treee9f0a94960ad977eef19332bf836666e12aa38f2 /src/exchange/test-taler-exchange-aggregator-postgres.conf
parentf406f96129766c144c1531dc853969664f410d8c (diff)
downloadexchange-6ab67a3a76ee5ce8f8dec910dae7da524f066d2a.tar.gz
exchange-6ab67a3a76ee5ce8f8dec910dae7da524f066d2a.tar.bz2
exchange-6ab67a3a76ee5ce8f8dec910dae7da524f066d2a.zip
implementing #4929
Diffstat (limited to 'src/exchange/test-taler-exchange-aggregator-postgres.conf')
-rw-r--r--src/exchange/test-taler-exchange-aggregator-postgres.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/exchange/test-taler-exchange-aggregator-postgres.conf b/src/exchange/test-taler-exchange-aggregator-postgres.conf
index 4aa74b037..e70a933b7 100644
--- a/src/exchange/test-taler-exchange-aggregator-postgres.conf
+++ b/src/exchange/test-taler-exchange-aggregator-postgres.conf
@@ -29,6 +29,20 @@ DB_CONN_STR = postgres:///talercheck
# Enable 'test' for testing of the actual coin operations.
ENABLE = YES
+# Fees for the forseeable future...
+# If you see this after 2017, update to match the next 10 years...
+WIRE-FEE-2017 = EUR:0.01
+WIRE-FEE-2018 = EUR:0.01
+WIRE-FEE-2019 = EUR:0.01
+WIRE-FEE-2020 = EUR:0.01
+WIRE-FEE-2021 = EUR:0.01
+WIRE-FEE-2022 = EUR:0.01
+WIRE-FEE-2023 = EUR:0.01
+WIRE-FEE-2024 = EUR:0.01
+WIRE-FEE-2025 = EUR:0.01
+WIRE-FEE-2026 = EUR:0.01
+
+
[exchange-wire-outgoing-test]
# What is the main website of the bank?
BANK_URI = "http://localhost:8082/"