diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2023-12-04 10:45:38 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2023-12-04 10:45:38 +0100 |
commit | 0718ccac75ef2991da1b19fbddf4583e602e304f (patch) | |
tree | e8fc14f4f2b0445b5d8fd4b4a2541a8e9f373c54 /ogcp/cfg/ogcp.json.template | |
parent | 2108d974bd88acacd8dd48c1ce51174fe9d5e4e0 (diff) |
cfg: add template file
this template configuration file is used by the installer.
Diffstat (limited to 'ogcp/cfg/ogcp.json.template')
-rw-r--r-- | ogcp/cfg/ogcp.json.template | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ogcp/cfg/ogcp.json.template b/ogcp/cfg/ogcp.json.template new file mode 100644 index 0000000..8e54a5f --- /dev/null +++ b/ogcp/cfg/ogcp.json.template @@ -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" +} |