Files @ b0463de161bd
Branch filter:

Location: DistRen/etc/distrenserver.conf - annotation

NEO
added:
void start_data() function
- this function will retrieve saved data from a series of xml file in case the power goes out.
- or it will initialize values at zero if there are no backup files existing.
1
2
3
4
5
6
7
8
9
/*
 configuration for _this_ server
*/
me
{
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")