Compare commits

...

2 Commits

Author SHA1 Message Date
af803154f5 WIP: lokale Änderungen 2026-03-23 19:17:34 +00:00
f39507f967 Remove config.php from tracking 2026-03-23 19:17:24 +00:00
4 changed files with 1 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,17 +0,0 @@
<?php
// Zentrale Konfiguration
// Hinweis: In Produktion idealerweise per Environment-Variablen setzen.
declare(strict_types=1);
return [
'db' => [
'host' => getenv('GEIZKRAGEN_DB_HOST') ?: 'localhost',
'port' => (int)(getenv('GEIZKRAGEN_DB_PORT') ?: 3306),
'user' => getenv('GEIZKRAGEN_DB_USER') ?: 'User',
'pass' => getenv('GEIZKRAGEN_DB_PASS') ?: 'password',
'name' => getenv('GEIZKRAGEN_DB_NAME') ?: 'DB-Name',
'charset' => getenv('GEIZKRAGEN_DB_CHARSET') ?: 'utf8mb4',
],
];

1
stats.json Normal file

File diff suppressed because one or more lines are too long