mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 23:24:32 +08:00
update calc of default GPRCConnString
This commit is contained in:
parent
7e9f65ad1b
commit
46052dbb97
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ func GetGRPCConnString() string {
|
|||
} else if config.Config.Server.GRPCConnString != "" {
|
||||
conn = config.Config.Server.GRPCConnString
|
||||
} else {
|
||||
conn = config.Config.Server.GRPCHost + ":" + config.Config.Server.GRPCPort
|
||||
conn = GetGRPCHost() + ":" + GetGRPCPort()
|
||||
}
|
||||
return conn
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue