summaryrefslogtreecommitdiffstats
path: root/ogcp/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/cfg')
-rw-r--r--ogcp/cfg/ogcp.json.template20
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"
+}