diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-30 17:31:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-30 17:31:18 +0200 |
commit | af9830453ec3cad428277995f4134f941fbc17b5 (patch) | |
tree | c5afc099cfb1b433cb062e277002f6f97751446b /src/auditor | |
parent | cbb905a9aae891c6c3af5ead5709951c4f038a2a (diff) |
REVOCATION_DIR is long obsolete, KEYDIR was renamed to KEY_DIR and is in another section
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/generate-auditor-basedb.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index d3ded7bd7..21e40c32d 100644 --- a/src/auditor/generate-auditor-basedb.conf +++ b/src/auditor/generate-auditor-basedb.conf @@ -1,6 +1,4 @@ [exchange] -KEYDIR = ${TALER_DATA_HOME}/exchange/live-keys/ -REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/ MAX_KEYS_CACHING = forever DB = postgres MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv |