sync

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

commit 6e4ce7799c8bddab11bd1b20a8f1cb8a7b6abc21
parent 18a8fa44658c44f9eee5ced8cbba452b17204aa4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 23 Mar 2020 13:05:00 +0100

fix config

Diffstat:
Msrc/lib/test_sync_api.conf | 12++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/lib/test_sync_api.conf b/src/lib/test_sync_api.conf @@ -70,6 +70,10 @@ CONFIG = postgres:///talercheck KEYFILE = ${TALER_CONFIG_HOME}/merchant/default.priv NAME = Kudos Inc. +[merchant-exchange-default] +BASE_URL = http://localhost:8081/ +MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG + # Account of the MERCHANT [merchant-account-merchant] # What is the merchant's bank account? @@ -87,14 +91,6 @@ HONOR_default = YES ACTIVE_default = YES -# Sections starting with "exchange-" specify trusted exchanges -# (by the merchant) -[exchange-kudos] -MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG -# FIXME: remove next line? -CURRENCY = KUDOS -BASE_URL = http://localhost:8081/ - # only fixes skips. [auditor] BASE_URL = http://the.auditor/