refactor to MariaDB-only runtime and simplify PriceForge

This commit is contained in:
2026-02-07 21:38:55 +03:00
parent 20309d1f0e
commit 005478ac6b
37 changed files with 302 additions and 10324 deletions

View File

@@ -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"