From 36c61158555b6a59b28fa1d3c07f15adddffabc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Hueso=20G=C3=B3mez?= Date: Fri, 19 Jun 2020 12:49:49 +0200 Subject: [PATCH] Add ip and port parameters to config These are the ip and port of the ogServer. --- cfg/ogcli.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cfg/ogcli.json b/cfg/ogcli.json index b82bf7e..8d2cd5c 100644 --- a/cfg/ogcli.json +++ b/cfg/ogcli.json @@ -1,3 +1,5 @@ { - "api_token" : "07b3bfe728954619b58f0107ad73acc1" + "api_token" : "07b3bfe728954619b58f0107ad73acc1", + "ip": "127.0.0.1", + "port": 8888 }