sync

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

commit fa1d25c0d67c043c55c442fcee3229d4e7a1183e
parent bff2a8b7a3c21ecdc5f522a89f62e85fd8ba9d78
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 14 Dec 2020 15:42:51 +0100

activating implementation of #6175

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

diff --git a/src/testing/test_sync_api.c b/src/testing/test_sync_api.c @@ -164,7 +164,7 @@ run (void *cls, CONFIG_FILE), TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys", 1, - 20 /* FIXME: wrong number... */), + 232 /* FIXME: wrong number... */), TALER_TESTING_cmd_merchant_post_instances ("instance-create-default", merchant_url, "default", diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf @@ -145,6 +145,8 @@ PORT = 8081 # Our public key MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG +SIGNKEY_LEGAL_DURATION = 2 years + # Base URL of the exchange. BASE_URL = "http://localhost:8081/"