chore: set backend default port to 9080

This commit is contained in:
Yoilun
2026-04-27 10:08:36 +08:00
parent d4e351df71
commit 992e243177
6 changed files with 76 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ type Config struct {
func Load() *Config {
cfg := &Config{
HTTPAddr: ":8080",
HTTPAddr: ":9080",
WebDistDir: "web/dist",
RegistryPath: "managed_services.yaml",
}