This commit is contained in:
Andreas Knuth 2026-02-22 21:58:27 -06:00
parent 69fbb670f1
commit 7bc8cbb9f7
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
<?php
// WICHTIG: Zuerst die vom Docker-Container generierte Config einbinden!
if (file_exists(__DIR__ . '/config.docker.inc.php')) {
include_once(__DIR__ . '/config.docker.inc.php');
}
// Deine Overrides (hier wird alles überschrieben, was wir brauchen)
$config['smtp_server'] = 'ssl://mailserver';
$config['smtp_port'] = 465;