Files @ a8d7b5c12020
Branch filter:

Location: DistRen/etc/distrenserver.conf

LordOfWar
makeJobDataXML now stores more data in the xml file and createJobFromXML() has been updated to read it all and create the job.
/*
 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"
}