exchange

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

commit 64ad01dba77b64e2a787992a095292c8f681dad4
parent 40856734e81bfd4536ca68838502573d0f15d31e
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