summaryrefslogtreecommitdiffstats
path: root/cfg/ogserver.json
blob: 20ae5ac91294b9de5ec95c0c9f9ed75011f52b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"rest" : {
		"ip" : "127.0.0.1",
		"port" : "8888",
		"api_token": "5a5ca1172136299640a9f47469237e0a"
	},
	"database" : {
		"ip": "127.0.0.1",
		"port": 3306,
		"name" : "opengnsys",
		"user" : "mysql",
		"pass" : "mysql"
	},
	"wol" : {
		"interface" : "lo"
	}
}