exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 646c410ace1e877d42527b4a84ba7ba5a201246c
parent 5575194afd81f287baa9da1c7fbdfa15d151c2b6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 24 Jun 2022 13:10:23 +0200

-add auditor_priv_file

Diffstat:
Msrc/auditor/revoke-basedb.conf | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/auditor/revoke-basedb.conf b/src/auditor/revoke-basedb.conf @@ -3,6 +3,9 @@ DB = postgres TINY_AMOUNT = TESTKUDOS:0.01 BASE_URL = http://localhost:8083/ +# Where do we store the auditor's private key? +AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv + [exchange-account-1] PAYTO_URI = payto://x-taler-bank/localhost/Exchange enable_debit = yes