sync

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

commit 19a5c875e891a80fc5ab566cb299317c18b2b280
parent c3c40cb16e813dc7680c4734d79af772ad4baf27
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 10 Feb 2024 21:34:58 +0100

-config fixes

Diffstat:
Msrc/testing/test_sync_api.c | 2+-
Msrc/testing/test_sync_api.conf | 5+++++
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/testing/test_sync_api.c b/src/testing/test_sync_api.c @@ -142,7 +142,7 @@ run (void *cls, "exchange-account-exchange"), TALER_TESTING_cmd_system_start ("start-taler", CONFIG_FILE, - "-emb", + "-embs", "-u", "exchange-account-exchange", NULL), TALER_TESTING_cmd_get_exchange ("get-exchange", diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf @@ -22,8 +22,13 @@ DURATION = 14 days HTTP_PORT = 8082 [libeufin-bank] +CURRENCY = EUR PORT = 8082 +[libeufin-bankdb-postgres] +CONFIG = postgres:///synccheck +SQL_DIR = $DATADIR/sql/ + [sync] PORT = 8084 PAYMENT_BACKEND_URL = "http://localhost:8080/"