可以在集群中指定节点时区

This commit is contained in:
GoEdgeLab
2021-10-12 11:45:28 +08:00
parent 7f866a206b
commit 14cf334d2c
7 changed files with 679 additions and 572 deletions

View File

@@ -38,6 +38,7 @@ type NodeConfig struct {
TOA *TOAConfig `yaml:"toa" json:"toa"`
SystemServices map[string]maps.Map `yaml:"systemServices" json:"systemServices"` // 系统服务配置 type => params
FirewallActions []*firewallconfigs.FirewallActionConfig `yaml:"firewallActions" json:"firewallActions"`
TimeZone string `yaml:"timeZone" json:"timeZone"`
MetricItems []*serverconfigs.MetricItemConfig `yaml:"metricItems" json:"metricItems"`