Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge 1e92050 into ea35e20
  • Loading branch information
jhen0409 committed Oct 19, 2016
2 parents ea35e20 + 1e92050 commit 2637953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Expand Up @@ -7,7 +7,7 @@ exports.Config = {
awsRegion: process.env.AWS_REGION || 'us-east-1',
awsSecret: process.env.AWS_SECRET,
convertCommand: (process.env.CONVERT_COMMAND || 'convert'),
requestTimeout: (process.env.REQUEST_TIMEOUT || 15000),
requestTimeout: Number(process.env.REQUEST_TIMEOUT || 15000),
s3Acl: (process.env.S3_ACL || 'private'),
s3Bucket: process.env.BUCKET,
s3StorageClass: (process.env.S3_STORAGE_CLASS || 'STANDARD'),
Expand Down

0 comments on commit 2637953

Please sign in to comment.