sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit c3c40cb16e813dc7680c4734d79af772ad4baf27
parent 96021ddc5aa65ae1d473a31c91009c53639fc6b2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 10 Feb 2024 21:06:06 +0100

-config fixes

Diffstat:
Msrc/testing/test_sync_api.conf | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf @@ -21,6 +21,9 @@ DURATION = 14 days [bank] HTTP_PORT = 8082 +[libeufin-bank] +PORT = 8082 + [sync] PORT = 8084 PAYMENT_BACKEND_URL = "http://localhost:8080/" @@ -77,6 +80,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 duration_withdraw = 7 days