Files
@ e0b7e9dd5b54
Branch filter:
Location: DistRen/etc/distrendaemon.conf.in - annotation
e0b7e9dd5b54
491 B
text/plain
File uploads are now supported using DISTREN_REQUEST_FILE_POST and friends.
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")
|