package conf var defaultConfig Config func init() { defaultConfig = Config{ Common: Common{ Name: "NaiveBotRouter", }, Servers: map[string]Server{ "backend": {Addr: "127.0.0.1:5700/ws"}, "frontend1": {Addr: "127.0.0.1:6600/onebot/v11/ws"}, }, } }