Files @ b9efad6b9936
Branch filter:

Location: DistRen/etc/distrenserver.conf - annotation

ethanzonca
We need a tmpdir compile-time variable... I won't mess around with the makefiles, so I'll let ohnobinki handle it :D
/*
 configuration for _this_ server
*/
me
{
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")

datadir = "/var/lib/distren"

listen {
       type = "unix"
       path = "/var/run/distrend.sock"
       port = "0770"
}