diff options
-rw-r--r-- | cfg/ogcli.json | 4 |
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 } |