docker-dmarc-report/manifest/var/www/viewer/dmarcts-report-viewer-config.php

19 lines
537 B
PHP
Raw Normal View History

2018-03-31 19:35:32 +02:00
<?php
// ####################################################################
// ### configuration ##################################################
// ####################################################################
$dbhost='$$_REPORT_DB_HOST_$$';
$dbname='$$_REPORT_DB_NAME_$$';
$dbuser='$$_REPORT_DB_USER_$$';
$dbpass='$$_REPORT_DB_PASS_$$';
$dbport='3306';
$cssfile="default.css";
$default_lookup = 1; # 1=on 0=off (on is old behaviour )
$default_sort = 0; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
2018-03-31 19:35:32 +02:00
?>