Sfoglia il codice sorgente

Introduce config for environment

gabrielseibel1 2 anni fa
parent
commit
455e17f024
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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