[ 'host' => getenv('GEIZKRAGEN_DB_HOST') ?: 'HOST', 'port' => (int)(getenv('GEIZKRAGEN_DB_PORT') ?: 3306), 'user' => getenv('GEIZKRAGEN_DB_USER') ?: 'USER', 'pass' => getenv('GEIZKRAGEN_DB_PASS') ?: 'PASSWORD', 'name' => getenv('GEIZKRAGEN_DB_NAME') ?: 'DATABASE', 'charset' => getenv('GEIZKRAGEN_DB_CHARSET') ?: 'utf8mb4', ], ];