mirror of https://git.48k.eu/ogcp
cfg: add template file
this template configuration file is used by the installer.master
parent
2108d974bd
commit
0718ccac75
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue