Add virtual config example file

This file is an example of the configuration for an ogclient running in virtual
mode.
more_events
Roberto Hueso Gómez 2020-05-25 13:03:02 +02:00
parent 147c890617
commit 80b7023ecb
1 changed files with 19 additions and 0 deletions

View File

@ -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"
}
}