Lowercased publicipservice.

This commit is contained in:
cameronts 2022-07-28 10:16:50 -07:00
parent 067d2aca2d
commit a925f4635c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)