Explorar el Código

Introduce config for environment

gabrielseibel1 hace 2 años
padre
commit
455e17f024
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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