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