🔥 Remove REACT_APP_HUB_HOST and REACT_APP_HUB_PORT environment variables

This commit is contained in:
M. Mert Yildiran
2023-12-07 22:10:11 +03:00
parent 1070d17e20
commit 510d5e5ed8
4 changed files with 0 additions and 10 deletions

View File

@@ -53,7 +53,6 @@ type WorkerConfig struct {
}
type HubConfig struct {
Port uint16 `yaml:"port" json:"port" default:"8898"`
SrvPort uint16 `yaml:"srvPort" json:"srvPort" default:"8898"`
}