mirror of https://git.48k.eu/ogserver
25 lines
391 B
JSON
25 lines
391 B
JSON
{
|
|
"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"
|
|
},
|
|
"samba" : {
|
|
"user" : "opengnsys",
|
|
"pass" : "test"
|
|
},
|
|
"wol" : {
|
|
"interface" : "lo"
|
|
},
|
|
"repository" : {
|
|
"directory" : "/opt/opengnsys/images"
|
|
}
|
|
}
|