-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
53 lines (52 loc) · 1.21 KB
/
config.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
49
50
51
52
53
{
"nimby": {
"bladeURL": "http://localhost:9005",
"autoMode": {
"maxCPUUsage": 50,
"usageCheckInterval": 1200,
"switchCheckInterval": 120,
"startHour": 18,
"endHour": 8,
"maxUserIdleTime": 1200,
"softwares": [
"3dsmax",
"Adobe Premiere Pro",
"AutopanoPro_x64",
"clarisse",
"Designer",
"Dragonframe",
"Godot_v3.1.1-stable_win64",
"houdini",
"houdinifx",
"Instant Terra",
"krita",
"Mari3.2v1",
"mari4.1v1",
"Mari4.2v1",
"Mari4.2v2",
"Mari4.7v4",
"MarvelousDesigner7_Enterprise_OnleAuth_x64",
"maya",
"Nuke11.3",
"Nuke12.2",
"Nuke13.0",
"Nuke13.1",
"Photo",
"Photoshop",
"Spine",
"Substance Designer",
"Substance Painter",
"Adobe Substance 3D Painter",
"SynthEyes64",
"TVPaint Animation 10 (32bits)",
"Unity",
"UE4Editor",
"ZBrush",
"metashape",
"wstart",
"blender",
"rumba"
]
}
}
}