From 36c61158555b6a59b28fa1d3c07f15adddffabc9 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Fri, 19 Jun 2020 12:49:49 +0200 Subject: 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(-) (limited to 'cfg') 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 } -- cgit v1.2.3-18-g5258