Added quotes to the host server config option as it started requiring them at some point in the past. (#260)

This commit is contained in:
Dragoon209
2022-12-23 13:30:48 -05:00
committed by GitHub
parent 34b47c875a
commit 1dc856f968

View File

@ -1,7 +1,7 @@
{ {
"announce": {{announce}}, "announce": {{announce}},
"description": "{{description}}", "description": "{{description}}",
"host": {{hostip}}, "host": "{{hostip}}",
"httpPort": {{hport}}, "httpPort": {{hport}},
"logLevel": 7, "logLevel": 7,
"logo": "", "logo": "",