diff options
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"), |