mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
chore: remove unused AgentRegistrationPort environment variable from env.go
This commit is contained in:
parent
8ca6ac2752
commit
b5b4f0453a
1 changed files with 0 additions and 1 deletions
1
agent/pkg/env/env.go
vendored
1
agent/pkg/env/env.go
vendored
|
@ -17,7 +17,6 @@ func DefaultAgentName() string {
|
|||
var (
|
||||
AgentName = common.GetEnvString("AGENT_NAME", DefaultAgentName())
|
||||
AgentPort = common.GetEnvInt("AGENT_PORT", 8890)
|
||||
AgentRegistrationPort = common.GetEnvInt("AGENT_REGISTRATION_PORT", 8891)
|
||||
AgentSkipClientCertCheck = common.GetEnvBool("AGENT_SKIP_CLIENT_CERT_CHECK", false)
|
||||
|
||||
AgentCACert = common.GetEnvString("AGENT_CA_CERT", "")
|
||||
|
|
Loading…
Add table
Reference in a new issue