From 181944d2ffe96ed24e420316794e5a9dee7ee20e Mon Sep 17 00:00:00 2001 From: Pavel Sokolov Date: Fri, 5 Nov 2021 21:08:34 +0300 Subject: [PATCH] Fix invalid `frontend.host` default value in schema (#9508) --- lib/util/settings.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 85446afe3..e7cd03c71 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -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": {