mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 06:59:50 +02:00
implement godoxy-agent
This commit is contained in:
8
agent/pkg/env/env.go
vendored
Normal file
8
agent/pkg/env/env.go
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package env
|
||||
|
||||
import "github.com/yusing/go-proxy/internal/common"
|
||||
|
||||
var (
|
||||
AgentName = common.GetEnvString("AGENT_NAME", "agent")
|
||||
AgentPort = common.GetEnvInt("AGENT_PORT", 8890)
|
||||
)
|
||||
Reference in New Issue
Block a user