add option to include github prereleases

This commit is contained in:
Mystically
2025-01-09 21:19:13 +01:00
parent 85b8ee493e
commit ed477e8cc6
4 changed files with 47 additions and 23 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func NewConfigFromYml(contents io.Reader) (*Config, error) {
func NewConfig() *Config {
config := &Config{}
config.Server.Host = ""
config.Server.Host = "127.0.0.1"
config.Server.Port = 8080
return config