diff --git a/config/config.go b/config/config.go index f3e27778..71dd0e44 100644 --- a/config/config.go +++ b/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 diff --git a/config/environments/dev.yaml b/config/environments/dev.yaml index b38c6c40..8142423c 100644 --- a/config/environments/dev.yaml +++ b/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)