Files @ 479a5c9e3a02
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in - annotation

binki
Move mysql connectino configuration to distrendaemon.conf
/*
 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"
  }
}
include("distrencommon.conf")