blob: 9479da3a51554053a26381e97803f8bba2298eb1 (
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": "07b3bfe728954619b58f0107ad73acc1"
},
"database" : {
"ip": "127.0.0.1",
"port": "3306",
"name" : "test-db",
"user" : "test-db",
"pass" : "test-db"
},
"repository" : {
"directory": "/opt/opengnsys/images"
},
"wol" : {
"interface" : "lo"
}
}
|