Fix invalid frontend.host default value in schema (#9508)

This commit is contained in:
Pavel Sokolov
2021-11-05 19:08:34 +01:00
committed by GitHub
parent a09aa4243e
commit 181944d2ff
+1 -1
View File
@@ -652,7 +652,7 @@
"type": "string",
"title": "Bind host",
"description": "Frontend binding host",
"default":" 0.0.0.0",
"default": "0.0.0.0",
"requiresRestart": true
},
"auth_token": {