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

19 lines
567 B
PHP
Raw Normal View History

2018-03-31 19:35:32 +02:00
<?php
// ####################################################################
// ### configuration ##################################################
// ####################################################################
2019-01-03 10:55:33 -08:00
$dbhost=getenv('REPORT_DB_HOST');
$dbport=getenv('REPORT_DB_PORT');
2019-01-03 10:55:33 -08:00
$dbname=getenv('REPORT_DB_NAME');
$dbuser=getenv('REPORT_DB_USER');
$dbpass=getenv('REPORT_DB_PASS');
2018-03-31 19:35:32 +02:00
$cssfile="default.css";
2020-09-06 14:06:43 +02:00
$default_hostlookup = 1; # 1=on 0=off (on is old behaviour )
$default_sort = 1; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
2018-03-31 19:35:32 +02:00
?>