Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba authored Nov 20, 2024
1 parent 5b47b1f commit f545c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const CALL_S3_BUCKET = process.env.CALL_S3_BUCKET || 'openvidu';
// Parent directory inside the bucket
export const CALL_S3_PARENT_DIRECTORY = process.env.CALL_S3_PARENT_DIRECTORY || 'openvidu-call';
// Recording directory inside the parent directory
export const CALL_S3_RECORDING_DIRECTORY = process.env.CALL_S3_RECORDING_FOLDER || 'recordings';
export const CALL_S3_RECORDING_DIRECTORY = process.env.CALL_S3_RECORDING_DIRECTORY || 'recordings';
export const CALL_S3_SERVICE_ENDPOINT = process.env.CALL_S3_SERVICE_ENDPOINT || undefined;
export const CALL_S3_ACCESS_KEY = process.env.CALL_S3_ACCESS_KEY || undefined;
export const CALL_S3_SECRET_KEY = process.env.CALL_S3_SECRET_KEY || undefined;
Expand Down

0 comments on commit f545c91

Please sign in to comment.