MythicSalt/states/dmarc_reports/dmarcts-report-viewer-confi...

16 lines
446 B
PHP
Raw Normal View History

2024-08-22 15:41:34 +01:00
<?php
// ####################################################################
// ### configuration ##################################################
// ####################################################################
// Supported types: mysql, pgsql. If unset, defaults to mysql
//$dbtype="mysql";
$dbhost="localhost";
$dbname="dmarcts";
$dbuser="dmarcts";
$dbpass="{{ salt['pillar.get']('dmarcts:mariadb_pw', '') }}";
$dbport="3306";
?>