summaryrefslogtreecommitdiffstats
path: root/cfg/ogserver.json
blob: 2b94c2bbdb703eb6a52bef481a995c874e8722b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"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"
	},
	"repository" : {
		"directory" : "/opt/opengnsys/images"
	}
}