mirror of https://git.48k.eu/ogcp
Fix configuration file template
ogcp fails to parse configuration file template because it misses a comma.multi-ogserver
parent
1e7fce971a
commit
af938c3280
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"IP": "127.0.0.1",
|
||||
"PORT": 8888,
|
||||
"API_TOKEN": "c3fe7bb0395747ec42a25df027585871"
|
||||
"API_TOKEN": "c3fe7bb0395747ec42a25df027585871",
|
||||
"USER": "user",
|
||||
"PASS": "pass"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue