소스 검색

Introduce config for environment

gabrielseibel1 2 년 전
부모
커밋
455e17f024
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/config.go

+ 1 - 0
config/config.go

@@ -86,6 +86,7 @@ type ServerConfig struct {
 	NetworksLimit              int    `yaml:"network_limit"`
 	HostsLimit                 int    `yaml:"host_limit"`
 	DeployedByOperator         bool   `yaml:"deployed_by_operator"`
+	Environment                string `yaml:"environment"`
 }
 
 // SQLConfig - Generic SQL Config