Version 1.5

This commit is contained in:
Erik Thiele
2026-05-22 15:14:13 +02:00
parent 9afc6c39a6
commit 820753f089
16 changed files with 6151 additions and 0 deletions

17
config.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
declare(strict_types=1);
return [
'author' => 'OpenCode',
'copyright' => 'Copyright 2026 TC-Ingelfingen',
'app_version' => '1.0.0',
'db' => [
'host' => 'database-5020507124.webspace-host.com',
'name' => 'dbs15701183',
'user' => 'dbu747436',
'pass' => 'KuTq0PHto5izfQ',
],
'smtp' => [
'from_email' => 'webmaster@tc-ingelfingen.de',
'from_name' => 'TC-Ingelfingen',
],
];