diff options
author | Magnus Ahltorp <map@kth.se> | 2017-07-25 13:32:26 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-07-25 13:32:26 +0200 |
commit | 5105a511348e58629b394373730f9bf91c3e888e (patch) | |
tree | 2ebc9618315ef7e1c520ebbe3baf7b9a51830e8f /tools/configschema.py | |
parent | 24569ff28412cb1b439070e83caa3bbb5fbd01c5 (diff) |
Change paths/mergedb to paths/db in local configdocgen2
Remove unused config variable paths/publickeys
Diffstat (limited to 'tools/configschema.py')
-rw-r--r-- | tools/configschema.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configschema.py b/tools/configschema.py index 9bb4b15..9f4a468 100644 --- a/tools/configschema.py +++ b/tools/configschema.py @@ -21,9 +21,7 @@ localconfigschema = [ ("paths/logpublickey", "string", "path"), ("paths/privatekeys", "string", "path"), ("paths/public_cacertfile", "string", "path"), - ("paths/publickeys", "string", "path"), ("paths/verifycert_bin", "string", "path"), - ("paths/mergedb", "string", "path"), ("paths/logprivatekey", "string", "path"), ("ratelimits/add_chain", "string", "rate"), ("merge/min-delay", "integer", "seconds"), |