env('OCTANE_SERVER', 'frankenphp'), /* | Absolute links use HTTPS whenever APP_URL does. */ 'https' => env('OCTANE_HTTPS', str_starts_with(env('APP_URL', ''), 'https://')), /* | Requests may run for up to 300 seconds instead of Octane's default 30. */ 'max_execution_time' => env('OCTANE_MAX_EXECUTION_TIME', 300), ];