[ 'host' => getenv('DB_HOST') ?: 'localhost', 'port' => getenv('DB_PORT') ?: '3306', 'database' => getenv('DB_NAME') ?: 'contenedor_ibiza', 'username' => getenv('DB_USER') ?: 'root', 'password' => getenv('DB_PASS') ?: '', ], 'site_url' => getenv('SITE_URL') ?: 'http://localhost:8080', 'telegram_bot_token' => getenv('TELEGRAM_BOT_TOKEN') ?: '', 'session_name' => getenv('SESSION_NAME') ?: 'contenedor_session', ];