Add ip and port parameters to config

These are the ip and port of the ogServer.
master
Roberto Hueso Gómez 2020-06-19 12:49:49 +02:00
parent dbdfc106bf
commit 36c6115855
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{
"api_token" : "07b3bfe728954619b58f0107ad73acc1"
"api_token" : "07b3bfe728954619b58f0107ad73acc1",
"ip": "127.0.0.1",
"port": 8888
}