kvmd/auth/disabled -> kvmd/auth/enabled

This commit is contained in:
Devaev Maxim
2020-03-27 03:26:26 +03:00
parent eb923a6f6f
commit d4ff811e1d
4 changed files with 15 additions and 15 deletions

View File

@@ -198,7 +198,7 @@ def _get_config_scheme() -> Dict:
},
"auth": {
"disabled": Option(False, type=valid_bool),
"enabled": Option(True, type=valid_bool),
"internal": {
"type": Option("htpasswd"),