package config const ( ConfigFileName = "config.json" ) var Config AllConfig type AllConfig struct { Domain DomainConfig `json:"domain" yaml:"domain" toml:"domain"` Central CentralConfig `json:"central" yaml:"central" toml:"central"` }