Add new Table config items to nameConversion, not setting defaults
This commit is contained in:
@@ -330,9 +330,13 @@ def _readConfigFile(path, configData=None, configGlobal={}):
|
||||
'Domain': 'dataset',
|
||||
'SubDomains': 'bool',
|
||||
'KeyFile': 'str',
|
||||
'KeyTable': 'dataset',
|
||||
'KeyFileEd25519': 'str',
|
||||
'KeyTableEd25519': 'dataset',
|
||||
'Selector': 'str',
|
||||
'SelectorEd25519': 'str',
|
||||
'SigningTable': 'dataset',
|
||||
'SigningTableEd25519': 'dataset',
|
||||
'Canonicalization': 'str',
|
||||
'InternalHosts': 'dataset',
|
||||
'IntHosts': 'bool',
|
||||
|
||||
Reference in New Issue
Block a user