aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-13 14:25:13 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-13 14:25:13 +0100
commit3e5b1ebd90285a426fba98b314bae05fc909a7a0 (patch)
tree97926cabdd47677e57495a03bf4149f2f05867e2 /src/testing
parent6c8c7da9412fd44055b2a42f37f5d495e1164da7 (diff)
-fix config files
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test.conf4
-rw-r--r--src/testing/test_key_rotation.conf6
-rw-r--r--src/testing/test_kyc_api.conf4
-rw-r--r--src/testing/test_merchant_api.conf4
-rw-r--r--src/testing/test_template.conf10
5 files changed, 28 insertions, 0 deletions
diff --git a/src/testing/test.conf b/src/testing/test.conf
index 8156e596..4e91d594 100644
--- a/src/testing/test.conf
+++ b/src/testing/test.conf
@@ -125,6 +125,10 @@ ENABLE_CREDIT = YES
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
WIRE_GATEWAY_AUTH_METHOD = NONE
+[admin-accountcredentials-exchange]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = NONE
+
[coin_eur_ct_1]
value = EUR:0.01
diff --git a/src/testing/test_key_rotation.conf b/src/testing/test_key_rotation.conf
index 519c2263..7ce0c27e 100644
--- a/src/testing/test_key_rotation.conf
+++ b/src/testing/test_key_rotation.conf
@@ -95,6 +95,12 @@ WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = Exchange
PASSWORD = x
+[admin-accountcredentials-1]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/Exchange/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = Exchange
+PASSWORD = x
+
[merchant-exchange-default]
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = TESTKUDOS
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index 6bd02b43..cc0a3824 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -83,6 +83,10 @@ ENABLE_CREDIT = YES
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
WIRE_GATEWAY_AUTH_METHOD = NONE
+[admin-accountcredentials-exchange]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = NONE
+
[coin_eur_ct_1]
value = EUR:0.01
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf
index 00f287fb..a676c87e 100644
--- a/src/testing/test_merchant_api.conf
+++ b/src/testing/test_merchant_api.conf
@@ -62,3 +62,7 @@ ENABLE_CREDIT = YES
[exchange-accountcredentials-exchange]
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
WIRE_GATEWAY_AUTH_METHOD = NONE
+
+[admin-accountcredentials-exchange]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = NONE
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf
index a278ea58..e8a4efac 100644
--- a/src/testing/test_template.conf
+++ b/src/testing/test_template.conf
@@ -83,6 +83,12 @@ WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = exchange
PASSWORD = x
+[admin-accountcredentials-1]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = exchange
+PASSWORD = x
+
[exchange-account-2]
PAYTO_URI = "payto://x-taler-bank/localhost/exchange?receiver-name=exchange"
ENABLE_DEBIT = YES
@@ -92,6 +98,10 @@ ENABLE_CREDIT = YES
WIRE_GATEWAY_AUTH_METHOD = none
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/"
+[admin-accountcredentials-2]
+WIRE_GATEWAY_AUTH_METHOD = none
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/"
+
[merchant-exchange-default]
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = TESTKUDOS