summarylogtreecommitdiffstats
path: root/sheepit-client.conf
diff options
context:
space:
mode:
authorGeoffrey Frogeye2016-05-29 19:44:44 +0200
committerGeoffrey Frogeye2016-05-29 19:44:44 +0200
commit39f3e46bbbb049bc839451224437f48e1747a727 (patch)
treeb0d505bafef63ae616efe7d5bbad167b353a669b /sheepit-client.conf
downloadaur-39f3e46bbbb049bc839451224437f48e1747a727.tar.gz
Initial commit
Diffstat (limited to 'sheepit-client.conf')
-rw-r--r--sheepit-client.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/sheepit-client.conf b/sheepit-client.conf
new file mode 100644
index 000000000000..67738d9cd30a
--- /dev/null
+++ b/sheepit-client.conf
@@ -0,0 +1,35 @@
+# Cache/Working directory. Caution,
+# everything in it not related to the
+# render-farm will be removed
+cache-dir=
+# cache-dir=/var/lib/sheepit-client/
+
+# CPU: only use cpu, GPU: only use gpu,
+# CPU_GPU: can use cpu and gpu (not at
+# the same time) if gpu is not use it
+# will not use the gpu
+compute-method=CPU
+
+# CUDA name of the GPU used for the
+# render, for example CUDA_0
+#compute-gpu=CUDA_0
+
+# Number of cores/threads to use for
+# the render
+#cpu-cores=4
+
+# User's login
+login=
+
+# User's password or public key
+password=
+
+# URL of the proxy
+proxy=
+# proxy=http://login:password@host:port
+
+# Specify the user interface to use,
+# default 'swing', available 'oneLine',
+# 'text', 'swing' (graphical)
+ui=text
+