Files
@ c718c481771c
Branch filter:
Location: DistRen/etc/distrendaemon.conf.in - annotation
c718c481771c
491 B
text/plain
Fix up testsuite to actually run tests and to use one executable instead of three.
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")
|