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

dmarcts-report-viewer-config.php.sample - github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 340f602cd1674a08e81b8c41c9f57751d6d3f1a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

// ####################################################################
// ### configuration ##################################################
// ####################################################################

// Supported types: mysql, pgsql. If unset, defaults to mysql
//$dbtype="mysql";
$dbhost="localhost";
$dbname="dmarc";
$dbuser="dmarc";
$dbpass="xxx";
$dbport="3306";

?>