Skip to content
Snippets Groups Projects
Commit 60fd5fad authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

added port

parent a4457471
No related branches found
No related tags found
1 merge request!18Develop
......@@ -51,7 +51,7 @@ func (c *Core) Init(socket, configfile string, IsRunningChannel chan bool) {
c.IsRunning = IsRunningChannel
//TODO: Create client config/CLI adapter
c.clients["ciena-mcp"] = ciena.NewMCPClient("141.100.70.170", "", "", &c.database)
c.clients["ciena-mcp"] = ciena.NewMCPClient("141.100.70.170:8080", "", "", &c.database)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment