support ssl connections in emc

This commit is contained in:
Timothy Pogue
2022-11-15 22:26:54 -07:00
parent 6deb2dfb61
commit 6a1655c047
2 changed files with 4 additions and 1 deletions

View File

@@ -512,6 +512,7 @@ CONF_SCHEMA = {
'minimum': 0,
'maximum': 65535
},
'secure': {'type': 'boolean', 'default': False},
'ws_token': {'type': 'string'},
},
'required': ['name', 'host', 'ws_token']