summaryrefslogtreecommitdiffstats
path: root/cfg/ogclient.json
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/ogclient.json')
-rw-r--r--cfg/ogclient.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/cfg/ogclient.json b/cfg/ogclient.json
new file mode 100644
index 0000000..047ec6d
--- /dev/null
+++ b/cfg/ogclient.json
@@ -0,0 +1,19 @@
+{
+ "opengnsys": {
+ "ip": "127.0.0.1",
+ "port": 8889,
+ "log": "DEBUG",
+ "mode": "linux",
+ "url": "https://127.0.0.1/opengnsys/varios/menubrowser.php",
+ "url_log": "http://localhost/cgi-bin/httpd-log.sh"
+ },
+ "samba": {
+ "activate": true
+ "user": "opengnsys",
+ "pass": "og"
+ },
+ "vnc": {
+ "activate": true,
+ "pass": "ogvnc"
+ }
+}