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

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dmarcts-report-viewer-config.php.sample')
-rw-r--r--dmarcts-report-viewer-config.php.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmarcts-report-viewer-config.php.sample b/dmarcts-report-viewer-config.php.sample
index c0e0771..340f602 100644
--- a/dmarcts-report-viewer-config.php.sample
+++ b/dmarcts-report-viewer-config.php.sample
@@ -4,6 +4,8 @@
// ### configuration ##################################################
// ####################################################################
+// Supported types: mysql, pgsql. If unset, defaults to mysql
+//$dbtype="mysql";
$dbhost="localhost";
$dbname="dmarc";
$dbuser="dmarc";