diff options
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/ogclient-virtual-example.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cfg/ogclient-virtual-example.json b/cfg/ogclient-virtual-example.json new file mode 100644 index 0000000..c1ed1cd --- /dev/null +++ b/cfg/ogclient-virtual-example.json @@ -0,0 +1,19 @@ +{ + "opengnsys": { + "ip": "192.168.2.2", + "port": 8889, + "log": "DEBUG", + "mode": "virtual", + "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" + } +} |