From 661e478ba3956ff38f86e6a5492939eadc75432d Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 14 Mar 2016 22:24:36 +0200 Subject: add mirrorbrain module --- modules/mirrorbrain/templates/mirrorbrain.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/mirrorbrain/templates/mirrorbrain.conf (limited to 'modules/mirrorbrain/templates/mirrorbrain.conf') diff --git a/modules/mirrorbrain/templates/mirrorbrain.conf b/modules/mirrorbrain/templates/mirrorbrain.conf new file mode 100644 index 00000000..6dd3c0ac --- /dev/null +++ b/modules/mirrorbrain/templates/mirrorbrain.conf @@ -0,0 +1,14 @@ +[general] +instances = main + +[main] +dbuser = mirrorbrain +dbpass = <%= pgsql_password %> +dbdriver = postgresql +dbhost = pgsql.<%= domain %> +# optional: dbport = ... +dbname = mirrorbrain + +[mirrorprobe] +# logfile = /var/log/mirrorbrain/mirrorprobe.log +# loglevel = INFO -- cgit v1.2.1