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}},
"description": "{{description}}",
"host": {{hostip}},
"host": "{{hostip}}",
"httpPort": {{hport}},
"logLevel": 7,
"logo": "",