begin overhaul
This commit is contained in:
File diff suppressed because one or more lines are too long
39
workers.json.example
Normal file
39
workers.json.example
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"workers": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "i9kf",
|
||||||
|
"enabled": true,
|
||||||
|
"ssh": {
|
||||||
|
"host": "i9kf",
|
||||||
|
"port": 22,
|
||||||
|
"args": "-t i9kf"
|
||||||
|
},
|
||||||
|
"workerTypes": {
|
||||||
|
"sheepit": {
|
||||||
|
"gpu": "OPTIX_0",
|
||||||
|
"username": "RaincloudTheDragon",
|
||||||
|
"renderKey": "IfCOWBHFQpceG0601DmyrwOOJOAp2UJAQ0O0X0jF"
|
||||||
|
},
|
||||||
|
"flamenco": {
|
||||||
|
"workerPath": "F:\\software\\Flamenco 3.7",
|
||||||
|
"networkDrives": ["A:", "F:", "N:", "P:"],
|
||||||
|
"networkPaths": [
|
||||||
|
"\\\\NEXUS\\amazon",
|
||||||
|
"\\\\NEXUS\\flamenco",
|
||||||
|
"\\\\NEXUS\\proj",
|
||||||
|
"\\\\NAS\\amazon"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"globalSettings": {
|
||||||
|
"sheepitJarUrls": [
|
||||||
|
"https://www.sheepit-renderfarm.com/media/applet/client-latest.php",
|
||||||
|
"https://www.sheepit-renderfarm.com/media/applet/client-latest.jar"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user