Add new Table config items to nameConversion, not setting defaults

This commit is contained in:
Scott Kitterman
2019-10-19 03:38:56 -04:00
parent d0bc03453f
commit 0ac431a1bb
+4
View File
@@ -330,9 +330,13 @@ def _readConfigFile(path, configData=None, configGlobal={}):
'Domain': 'dataset', 'Domain': 'dataset',
'SubDomains': 'bool', 'SubDomains': 'bool',
'KeyFile': 'str', 'KeyFile': 'str',
'KeyTable': 'dataset',
'KeyFileEd25519': 'str', 'KeyFileEd25519': 'str',
'KeyTableEd25519': 'dataset',
'Selector': 'str', 'Selector': 'str',
'SelectorEd25519': 'str', 'SelectorEd25519': 'str',
'SigningTable': 'dataset',
'SigningTableEd25519': 'dataset',
'Canonicalization': 'str', 'Canonicalization': 'str',
'InternalHosts': 'dataset', 'InternalHosts': 'dataset',
'IntHosts': 'bool', 'IntHosts': 'bool',