(int) env('MAX_INTERVIEWER', 2), /* |-------------------------------------------------------------------------- | Candidate Recordings Storage Configuration |-------------------------------------------------------------------------- | | Base folder and temporary chunk storage locations for session recordings. | */ 'recordings' => [ 'base_folder' => env('INTERVIEW_RECORDINGS_FOLDER', 'uploads/candidate_recordings'), 'temp_folder' => env('INTERVIEW_RECORDINGS_TEMP_FOLDER', 'app/temp_recordings'), ], ];