Files
@ 39b02c5f3c1b
Branch filter:
Location: DistRen/etc/distrendaemon.conf.in - annotation
39b02c5f3c1b
491 B
text/plain
Register a DISTREN_REQUEST_VERSION handler in disrend
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")
|