Skip to content

Commit

Permalink
EnableConnTcpMetric
Browse files Browse the repository at this point in the history
  • Loading branch information
askuy committed Jun 6, 2024
1 parent f0fd979 commit 10d63fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/egovernor/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import (

// Config 配置
type Config struct {
Host string
Port int
EnableLocalMainIP bool
EnableConnTcp bool
Network string
Host string
Port int
EnableLocalMainIP bool
EnableConnTcpMetric bool
Network string
}

// DefaultConfig 默认配置
Expand Down

0 comments on commit 10d63fe

Please sign in to comment.