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',
|
'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',
|
||||||
|
|||||||
Reference in New Issue
Block a user