Files
docker-dmarc-report/manifest/var/www/viewer/dmarcts-report-viewer-config.php
2020-09-06 14:06:43 +02:00

19 lines
549 B
PHP

<?php
// ####################################################################
// ### configuration ##################################################
// ####################################################################
$dbhost=getenv('REPORT_DB_HOST');
$dbname=getenv('REPORT_DB_NAME');
$dbuser=getenv('REPORT_DB_USER');
$dbpass=getenv('REPORT_DB_PASS');
$dbport='3306';
$cssfile="default.css";
$default_hostlookup = 1; # 1=on 0=off (on is old behaviour )
$default_sort = 1; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
?>