summaryrefslogtreecommitdiffstats
path: root/cluster/distriblend/node.conf
blob: 7dd7a94c4b88c39583aaacbb0e8c867a96f41cf1 (plain) (blame)
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
## Distriblend Settings File ##

# The command used to execute Blender on the local machine. If Blender is not in
# the system path then you will need to set this to the path of the Blender
# executable. On Windows this is usually C:\Program Files\Blender
# Foundation\Blender\blender.exe
blender.command=blender

# The address of the distributor host machine. This must be a valid IP address
# or host name.
connect.distributor.host=

# The password to use when connecting to the distributor.
connect.distributor.password=password

# The port to connect to on the distributor. The distributor must have the same
# value for its server.node.port setting.
connect.distributor.port=55101

# When communicating with the distributor, this setting dictates how long to
# wait when reading responses before timing out.
connect.distributor.timeout=30000

# The user name to use when connecting to the distributor.
connect.distributor.user=node

# Specifies the directory to use for the storage of project files, tasks and
# frame files. Everything is written to and read from this directory and its
# sub-directories.
storage.root=storage/node