-add auditor_priv_file

This commit is contained in:
Christian Grothoff 2022-06-24 13:10:23 +02:00
parent 40856734e8
commit 64ad01dba7
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -3,6 +3,9 @@ DB = postgres
TINY_AMOUNT = TESTKUDOS:0.01 TINY_AMOUNT = TESTKUDOS:0.01
BASE_URL = http://localhost:8083/ 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] [exchange-account-1]
PAYTO_URI = payto://x-taler-bank/localhost/Exchange PAYTO_URI = payto://x-taler-bank/localhost/Exchange
enable_debit = yes enable_debit = yes