sync

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

commit 94afb2dae3ac4a7e7b50fdb5e7ed8d072f3cdbcf
parent 5db3dc54bbe9b39c7adaa4bf018e12d4bb49da91
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 19 Feb 2024 19:37:06 +0100

-fix

Diffstat:
Mcontrib/ci/jobs/2-test/test.sh | 2--
Msrc/testing/test_sync_api.conf | 1+
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh @@ -16,8 +16,6 @@ sleep 10 sudo -u postgres createuser -p 5432 root sudo -u postgres createdb -p 5432 -O root synccheck -sync-config -d -c src/testing/test_sync_api.conf - check_command() { # Set LD_LIBRARY_PATH so tests can find the installed libs diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf @@ -34,6 +34,7 @@ PORT = 8084 PAYMENT_BACKEND_URL = "http://localhost:8080/" ANNUAL_FEE = EUR:4.99 UPLOAD_LIMIT_MB = 1 +SERVE = tcp [syncdb-postgres] CONFIG = postgres:///synccheck