From 0718ccac75ef2991da1b19fbddf4583e602e304f Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Mon, 4 Dec 2023 10:45:38 +0100 Subject: cfg: add template file this template configuration file is used by the installer. --- ogcp/cfg/ogcp.json.template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ogcp/cfg/ogcp.json.template (limited to 'ogcp/cfg/ogcp.json.template') 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" +} -- cgit v1.2.3-18-g5258