[ 'base_url' => rtrim(env('DOKPLOY_API_BASE_URL', ''), '/'), 'token' => env('DOKPLOY_API_KEY'), 'timeout' => (int) env('DOKPLOY_API_TIMEOUT', 10), ], 'web_url' => env('DOKPLOY_WEB_URL'), 'applications' => json_decode(env('DOKPLOY_APPLICATION_IDS', '{}'), true) ?? [], 'projects' => json_decode(env('DOKPLOY_PROJECT_IDS', '{}'), true) ?? [], 'composes' => json_decode(env('DOKPLOY_COMPOSE_IDS', '{}'), true) ?? [], ];