docker-dmarc-report/manifest/var/www/viewer/dmarcts-report-viewer-config.php
Robert Schumann c74bc90d20 Bump version and image, fixes #10
* alpine 3.5 to 3.13

	* openssl upgrade, remove MimeInfo and SSL perl pkg hacks

	* mysql client library upgrades (compatibility with 8)

	* image size reduction 703 to 322 MB

	* bump upstream sources for viewer and parser

	* introduce tags (current and latest docker image 1.0, old image
          still available as 0.5)
2021-07-04 13:36:03 +02:00

19 lines
567 B
PHP

<?php
// ####################################################################
// ### configuration ##################################################
// ####################################################################
$dbhost=getenv('REPORT_DB_HOST');
$dbport=getenv('REPORT_DB_PORT');
$dbname=getenv('REPORT_DB_NAME');
$dbuser=getenv('REPORT_DB_USER');
$dbpass=getenv('REPORT_DB_PASS');
$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 )
?>