From caf4ccb205dc9cc386d18cca0373878ccb95651c Mon Sep 17 00:00:00 2001 From: Geno Date: Wed, 15 Sep 2021 18:44:07 +0200 Subject: [PATCH] distributor: drop gateway on default config --- distributor/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/distributor/main.go b/distributor/main.go index 90a6642..0f61293 100644 --- a/distributor/main.go +++ b/distributor/main.go @@ -44,7 +44,6 @@ func main() { configPath = defaultPath(configPath, "config.toml") if err := file.ReadTOML(configPath, config); err != nil { if os.IsNotExist(err) { - config.XMPP.Gateway = "up.chat.sum7.eu" if err := file.SaveTOML(configPath, config); err != nil { log.Panicf("save example config file: %s", err) }