Fix configuration file template

ogcp fails to parse configuration file template because it misses a
comma.
multi-ogserver
Javier Sánchez Parra 2021-05-18 09:29:19 +02:00 committed by OpenGnSys Support Team
parent 1e7fce971a
commit af938c3280
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"IP": "127.0.0.1",
"PORT": 8888,
"API_TOKEN": "c3fe7bb0395747ec42a25df027585871"
"API_TOKEN": "c3fe7bb0395747ec42a25df027585871",
"USER": "user",
"PASS": "pass"
}