summaryrefslogtreecommitdiffstats
path: root/cfg/ogclient.json
blob: 047ec6dd99cc97cf30687784d95e0963e405fb84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"opengnsys": {
		"ip": "127.0.0.1",
		"port": 8889,
		"log": "DEBUG",
		"mode": "linux",
		"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"
	}
}