Validate keyring type config parameter on daemon startup
This commit is contained in:
parent
3dd6913599
commit
02edb4cc96
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ MANDATORY_CONFIG_ITEMS = [("relay", "host"),
|
||||||
("relay", "port"),
|
("relay", "port"),
|
||||||
("daemon", "host"),
|
("daemon", "host"),
|
||||||
("daemon", "port"),
|
("daemon", "port"),
|
||||||
("gpg", "keyhome")]
|
("gpg", "keyhome"),
|
||||||
|
("keyring", "type")]
|
||||||
|
|
||||||
# Global dict to keep configuration parameters. It's hidden behind several
|
# Global dict to keep configuration parameters. It's hidden behind several
|
||||||
# utility functions to make it easy to replace it with ConfigParser object in
|
# utility functions to make it easy to replace it with ConfigParser object in
|
||||||
|
|
Loading…
Reference in a new issue