mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
Initial commit of dmarc reports image
This commit is contained in:
18
manifest/var/www/html/dmarcts-report-viewer-config.php
Normal file
18
manifest/var/www/html/dmarcts-report-viewer-config.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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 = 1; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user