forked from dracc/NevolutionX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsampleconfig.json
48 lines (48 loc) · 947 Bytes
/
sampleconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"settings":
{
"ftp":
{
"enable": true,
"username": "xbox",
"password": "xbox",
"port": 21
},
"sntp":
{
"enable": true,
"port": 123,
"server": "5.9.110.236"
}
},
"menu":
[
{
"label": "Games",
"type": "scan",
"path": "F:\\Games\\"
},
{
"label": "Applications",
"type": "scan",
"path": "F:\\Apps"
},
{
"label": "Launch DVD",
"type": "launch",
"path": "D:\\default.xbe"
},
{
"label": "Settings",
"type": "settings"
},
{
"label": "Reboot",
"type": "reboot"
},
{
"label": "Some stupid submenu",
"type": "submenu"
}
]
}