Files
@ 9cf7971fa223
Branch filter:
Location: DistRen/etc/distrendaemon.conf.in - annotation
9cf7971fa223
491 B
text/plain
Random changes, reduced polling time for dev work
ef8623524c7b ef8623524c7b ef8623524c7b ef8623524c7b ef8623524c7b ef8623524c7b ef8623524c7b 5820bdd36b72 479a5c9e3a02 479a5c9e3a02 479a5c9e3a02 479a5c9e3a02 479a5c9e3a02 7d1fd1fe48fc 5820bdd36b72 5820bdd36b72 5820bdd36b72 7d1fd1fe48fc 7d1fd1fe48fc 7d1fd1fe48fc 7d1fd1fe48fc 7d1fd1fe48fc 7d1fd1fe48fc 7d1fd1fe48fc 7d1fd1fe48fc 5820bdd36b72 ef8623524c7b ef8623524c7b | /*
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")
|