fix(config): 🐛 Update server host to 0.0.0.0
This commit is contained in:
@@ -149,7 +149,7 @@ func Load(path string) (*Config, error) {
|
||||
cfg.LogLevel = "info"
|
||||
}
|
||||
if cfg.Server.Host == "" {
|
||||
cfg.Server.Host = "localhost"
|
||||
cfg.Server.Host = "0.0.0.0"
|
||||
}
|
||||
if cfg.Server.Port == 0 {
|
||||
cfg.Server.Port = 8025
|
||||
|
||||
Reference in New Issue
Block a user