Răsfoiți Sursa

Lowercased publicipservice.

cameronts 3 ani în urmă
părinte
comite
a925f4635c
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      config/config.go
  2. 1 1
      config/environments/dev.yaml

+ 1 - 1
config/config.go

@@ -69,7 +69,7 @@ type ServerConfig struct {
 	MQPort                string `yaml:"mqport"`
 	MQServerPort          string `yaml:"mqserverport"`
 	Server                string `yaml:"server"`
-	PublicIPService       string `yaml:"publicIPService"`
+	PublicIPService       string `yaml:"publicipservice"`
 }
 
 // SQLConfig - Generic SQL Config

+ 1 - 1
config/environments/dev.yaml

@@ -11,4 +11,4 @@ server:
   disableremoteipcheck: "" # defaults to "false" or DISABLE_REMOTE_IP_CHECK (if set)
   version: "" # version of server
   rce: "" # defaults to "off"
-  publicIpService: "" # defaults to "" or PUBLIC_IP_SERVICE (if set)
+  publicipservice: "" # defaults to "" or PUBLIC_IP_SERVICE (if set)