summaryrefslogtreecommitdiff
path: root/src/testing/test-taler-exchange-aggregator-postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-10 11:38:45 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-11-10 11:38:45 +0100
commit01ccbda67da39532bba24822887cd00ff15bf4e0 (patch)
tree97ee1439c764b72420098cee8075a3bad0ac8ac5 /src/testing/test-taler-exchange-aggregator-postgres.conf
parent67f06263a370a92002540c9fd56c5c0ca646d34a (diff)
downloadexchange-01ccbda67da39532bba24822887cd00ff15bf4e0.tar.gz
exchange-01ccbda67da39532bba24822887cd00ff15bf4e0.tar.bz2
exchange-01ccbda67da39532bba24822887cd00ff15bf4e0.zip
add admin credentials for /admin/add/incoming, makes tests pass with latest libeufin-bank
Diffstat (limited to 'src/testing/test-taler-exchange-aggregator-postgres.conf')
-rw-r--r--src/testing/test-taler-exchange-aggregator-postgres.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testing/test-taler-exchange-aggregator-postgres.conf b/src/testing/test-taler-exchange-aggregator-postgres.conf
index c9dcbf436..8c3ee4ba5 100644
--- a/src/testing/test-taler-exchange-aggregator-postgres.conf
+++ b/src/testing/test-taler-exchange-aggregator-postgres.conf
@@ -49,6 +49,12 @@ WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = Exchange
PASSWORD = x
+[admin-accountcredentials-1]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = Exchange
+PASSWORD = x
+
[bank]
HTTP_PORT = 8082