mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 00:30:37 +08:00
Lowercased publicipservice.
This commit is contained in:
parent
067d2aca2d
commit
a925f4635c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue