Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-parser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dmarcts-report-parser.conf.sample')
-rw-r--r--dmarcts-report-parser.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmarcts-report-parser.conf.sample b/dmarcts-report-parser.conf.sample
index 45e2e4c..86d6e1a 100644
--- a/dmarcts-report-parser.conf.sample
+++ b/dmarcts-report-parser.conf.sample
@@ -8,6 +8,8 @@
$debug = 0;
$delete_reports = 0;
+# Supported types: mysql, Pg. If unset, defaults to mysql
+#$dbtype = 'mysql';
$dbname = 'dmarc';
$dbuser = 'dmarc';
$dbpass = 'password';