summaryrefslogtreecommitdiffstats
path: root/cfg/ogcli.json
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-06-19 12:49:49 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-06-19 12:49:49 +0200
commit36c61158555b6a59b28fa1d3c07f15adddffabc9 (patch)
treed7247fd1787f7b1e76e6887e66bd8e096359b924 /cfg/ogcli.json
parentdbdfc106bfc599ba86c4870b342e684eaf0b2476 (diff)
Add ip and port parameters to config
These are the ip and port of the ogServer.
Diffstat (limited to 'cfg/ogcli.json')
-rw-r--r--cfg/ogcli.json4
1 files changed, 3 insertions, 1 deletions
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
}