diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-05-25 13:03:02 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-05-25 13:39:57 +0200 |
commit | 80b7023ecb51d7f6499e270b3d199e29c9dedbb5 (patch) | |
tree | 943026a81d7b2e314bb7884ab7ff37dcb7e15f13 /cfg | |
parent | 147c8906179dd265db1b0d0387f9806eb899099d (diff) |
Add virtual config example file
This file is an example of the configuration for an ogclient running in virtual
mode.
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" + } +} |