Removed default host config

This commit is contained in:
nefrace 2022-12-07 11:20:50 +03:00
parent 5eebacceea
commit a2ff9cfcc7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ var conf Config
func InitConfig() *Config {
save := flag.Bool("save", false, "Save passed arguments to storage")
host := flag.String("host", ":3000", "Web server host ip:port")
host := flag.String("host", "", "Web server host ip:port")
url := flag.String("url", "https://doom.nefrace.ru/", "Base URL of web api")
token := flag.String("tlgtoken", "", "Telegram Bot API Token")
logChat := flag.Int64("tlglog", -1001688182314, "Telegram log chat for caching images")