summaryrefslogtreecommitdiffstats
path: root/cfg/ogclient-virtual-example.json
blob: c1ed1cd6dfb2a82d876cb2baee2937f11a3e9d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
	}
}