summarylogtreecommitdiffstats
path: root/mirrorbrain.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mirrorbrain.conf')
-rw-r--r--mirrorbrain.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/mirrorbrain.conf b/mirrorbrain.conf
new file mode 100644
index 000000000000..8c0991f567c1
--- /dev/null
+++ b/mirrorbrain.conf
@@ -0,0 +1,15 @@
+[general]
+instances = main
+
+[main]
+dbuser = mirrorbrain
+dbpass = MySuperSecurePassword
+dbdriver = postgresql
+dbhost = localhost
+dbname = mirrorbrain
+#scan_top_include =
+
+[mirrorprobe]
+mailto = me@example.com
+logfile = /home/mirrorbrain/logs/mirrorprobe.log
+loglevel = INFO