Files @ 7d1fd1fe48fc
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in

binki
basic TCP support for distren able to write and handle requests
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "@LOCALSTATEDIR@/@PACKAGE@"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}

  mysql_user = "distren"
  mysql_pass = "HwLxuBqTvJ6J7FWj"
  mysql_host = "localhost"
  mysql_database = "distren"

/*
  listen {
         type = "unix"
         path = "@RUNSTATEDIR@/@PACKAGE@d.sock"
         port = 0770
  }
*/

  listen {
  	 type = "tcp"
	 path = "0.0.0.0"
	 port = 4050
  }
}
include("distrencommon.conf")