summaryrefslogtreecommitdiff
path: root/src/testing/test-taler-exchange-aggregator-postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-16 19:58:42 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-16 19:58:42 +0100
commitcd6a3b8de745b2e0b04cd962dcc48a50d254b07c (patch)
tree348621240ae13c02b64bd193e88d4632cc4899c0 /src/testing/test-taler-exchange-aggregator-postgres.conf
parent9745e82c59a4b6f96b4611cde82ac90f1f6c30ba (diff)
downloadexchange-cd6a3b8de745b2e0b04cd962dcc48a50d254b07c.tar.gz
exchange-cd6a3b8de745b2e0b04cd962dcc48a50d254b07c.tar.bz2
exchange-cd6a3b8de745b2e0b04cd962dcc48a50d254b07c.zip
fix config for aggregator test
Diffstat (limited to 'src/testing/test-taler-exchange-aggregator-postgres.conf')
-rw-r--r--src/testing/test-taler-exchange-aggregator-postgres.conf13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/testing/test-taler-exchange-aggregator-postgres.conf b/src/testing/test-taler-exchange-aggregator-postgres.conf
index e188f5089..dd03e0c42 100644
--- a/src/testing/test-taler-exchange-aggregator-postgres.conf
+++ b/src/testing/test-taler-exchange-aggregator-postgres.conf
@@ -19,7 +19,7 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
# Expected base URL of the exchange. Used in wire transfers for
# the tracking API.
-BASE_URL = "https://exchange.taler.net/"
+BASE_URL = "http://localhost:8081/"
SIGNKEY_LEGAL_DURATION = 2 years
@@ -98,3 +98,14 @@ CLOSING-FEE-2024 = EUR:0.01
CLOSING-FEE-2025 = EUR:0.01
CLOSING-FEE-2026 = EUR:0.01
CLOSING-FEE-2027 = EUR:0.01
+
+[coin_eur_ct_1]
+value = EUR:0.01
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.00
+fee_deposit = EUR:0.00
+fee_refresh = EUR:0.01
+fee_refund = EUR:0.01
+rsa_keysize = 1024