mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 21:54:54 +08:00
mq admin password config
This commit is contained in:
parent
8941ba3657
commit
55542f3359
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ type ServerConfig struct {
|
|||
MQServerPort string `yaml:"mqserverport"`
|
||||
Server string `yaml:"server"`
|
||||
PublicIPService string `yaml:"publicipservice"`
|
||||
MQAdminPassword string `yaml:"mqadminpassword"`
|
||||
}
|
||||
|
||||
// SQLConfig - Generic SQL Config
|
||||
|
|
Loading…
Add table
Reference in a new issue