Files
@ 92659c5651ef
Branch filter:
Location: DistRen/etc/distrendaemon.conf.in - annotation
92659c5651ef
491 B
text/plain
Reformed buildsystem.
- replace malloc.h with stdlib.h
- use AC_CONFIG_HEADERS for cleaner compile output
- clean out some useless AC_* macros and add useful AC_TYPE_UINT* macros
- replace malloc.h with stdlib.h
- use AC_CONFIG_HEADERS for cleaner compile output
- clean out some useless AC_* macros and add useful AC_TYPE_UINT* macros
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")
|