chore: remove unused AgentRegistrationPort environment variable from env.go

This commit is contained in:
yusing 2025-03-29 16:10:33 +08:00
parent 8ca6ac2752
commit b5b4f0453a

View file

@ -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", "")