diff --git a/etc/distrendaemon.conf.in b/etc/distrendaemon.conf.in --- a/etc/distrendaemon.conf.in +++ b/etc/distrendaemon.conf.in @@ -6,6 +6,11 @@ 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"