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

@@ -1,9 +1,9 @@
# QuoteForge Configuration
# PriceForge Configuration
# Copy this file to config.yaml and update values
server:
host: "127.0.0.1" # Use 0.0.0.0 to listen on all interfaces
port: 8080
port: 8084
mode: "release" # debug | release
read_timeout: "30s"
write_timeout: "30s"