aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirrorbrain/templates/mirrorbrain.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mirrorbrain/templates/mirrorbrain.conf')
-rw-r--r--modules/mirrorbrain/templates/mirrorbrain.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/mirrorbrain/templates/mirrorbrain.conf b/modules/mirrorbrain/templates/mirrorbrain.conf
new file mode 100644
index 00000000..94bef340
--- /dev/null
+++ b/modules/mirrorbrain/templates/mirrorbrain.conf
@@ -0,0 +1,14 @@
+[general]
+instances = main
+
+[main]
+dbuser = mirrorbrain
+dbpass = <%= @mb_pgsql_pw %>
+dbdriver = postgresql
+dbhost = pgsql.<%= @domain %>
+# optional: dbport = ...
+dbname = mirrorbrain
+
+[mirrorprobe]
+# logfile = /var/log/mirrorbrain/mirrorprobe.log
+# loglevel = INFO