From 5105a511348e58629b394373730f9bf91c3e888e Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Tue, 25 Jul 2017 13:32:26 +0200 Subject: Change paths/mergedb to paths/db in local config Remove unused config variable paths/publickeys --- tools/configschema.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/configschema.py') 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"), -- cgit v1.1