chore: set backend default port to 9080
This commit is contained in:
@@ -10,7 +10,7 @@ type Config struct {
|
||||
|
||||
func Load() *Config {
|
||||
cfg := &Config{
|
||||
HTTPAddr: ":8080",
|
||||
HTTPAddr: ":9080",
|
||||
WebDistDir: "web/dist",
|
||||
RegistryPath: "managed_services.yaml",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user