diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-24 13:10:23 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-06-26 17:08:16 +0200 |
commit | 646c410ace1e877d42527b4a84ba7ba5a201246c (patch) | |
tree | d1ca929b8cade7c35910a5d6e2e52e3a9288b3dd | |
parent | 5575194afd81f287baa9da1c7fbdfa15d151c2b6 (diff) | |
download | exchange-646c410ace1e877d42527b4a84ba7ba5a201246c.tar.gz exchange-646c410ace1e877d42527b4a84ba7ba5a201246c.tar.bz2 exchange-646c410ace1e877d42527b4a84ba7ba5a201246c.zip |
-add auditor_priv_file
-rw-r--r-- | src/auditor/revoke-basedb.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditor/revoke-basedb.conf b/src/auditor/revoke-basedb.conf index da440c60..e1c55523 100644 --- 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 |