From 80b7023ecb51d7f6499e270b3d199e29c9dedbb5 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Mon, 25 May 2020 13:03:02 +0200 Subject: Add virtual config example file This file is an example of the configuration for an ogclient running in virtual mode. --- cfg/ogclient-virtual-example.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cfg/ogclient-virtual-example.json 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" + } +} -- cgit v1.2.3-18-g5258