Compare commits
2 Commits
cdea9d57e9
...
af803154f5
| Author | SHA1 | Date | |
|---|---|---|---|
| af803154f5 | |||
| f39507f967 |
BIN
assets/images/profilePictures/user_10_20260318-201230.png
Normal file
BIN
assets/images/profilePictures/user_10_20260318-201230.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/images/profilePictures/user_44_20260318-210416.jpg
Normal file
BIN
assets/images/profilePictures/user_44_20260318-210416.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@ -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
1
stats.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user