summaryrefslogtreecommitdiffstats
path: root/cfg/ogclient.json
blob: dc8055d69731f54f4748d30a66c32cc4d1478491 (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"
	}
}