浏览代码

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