Skip to content

Commit

Permalink
Merge branch 'dev' into fix_env_bug_when_single_containter
Browse files Browse the repository at this point in the history
  • Loading branch information
jianminww authored Dec 3, 2024
2 parents 1be7517 + be2e665 commit 673c98e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,10 @@ func modifyConfigWhenRunInDocker() {
}
Config.GateWay.LanPort = 12841
Config.GateWay.TlsLanPort = 18569

} else {
Config.EnvDefaultVal.SYSTEM_AGENT_URL_DEVICE_INFO = "http://localhost:5680/agent/v1/api/device/info"
Config.EnvDefaultVal.SYSTEM_AGENT_URL_BASE = "http://localhost:5680/agent/v1/api"
Config.Web.DockerLocalListenAddr = "localhost:5680"

Config.GateWay.LanPort = 80
Config.GateWay.TlsLanPort = 443
}
Expand Down

0 comments on commit 673c98e

Please sign in to comment.