refactor to MariaDB-only runtime and simplify PriceForge
This commit is contained in:
@@ -122,7 +122,7 @@ func (c *Config) setDefaults() {
|
||||
c.Server.Host = "127.0.0.1"
|
||||
}
|
||||
if c.Server.Port == 0 {
|
||||
c.Server.Port = 8080
|
||||
c.Server.Port = 8084
|
||||
}
|
||||
if c.Server.Mode == "" {
|
||||
c.Server.Mode = "release"
|
||||
|
||||
Reference in New Issue
Block a user