cfg: add template file

this template configuration file is used by the installer.
master
OpenGnSys Support Team 2023-12-04 10:45:38 +01:00
parent 2108d974bd
commit 0718ccac75
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"LANG": "en",
"USERS": [
{
"USER": "admin",
"PASS": "5b722b307fce6c944905d132691d5e4a2214b7fe92b738920eb3fce3a90420a19511c3010a0e7712b054daef5b57bad59ecbd93b3280f210578f547f4aed4d25",
"ADMIN": true,
"SCOPES": [ ]
}
],
"SERVERS": [
{
"NAME": "OpenGnsys",
"IP": "127.0.0.1",
"PORT": 8888,
"API_TOKEN": "a0e9ab768cbe93dab5b1998e952bcdb7"
}
],
"API_TOKEN": "a0e9ab768cbe93dab5b1998e952bcdb7"
}