Skip to content

Commit

Permalink
Fix aws bucket path
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Feb 28, 2024
1 parent ed53714 commit 15cd032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js.cloudgov
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
// AWS S3 information.
aws: {
bucket: VCAP_SERVICES_JSON["s3"][0]["credentials"]["bucket"],
path: 'data/live',
path: process.env.AWS_BUCKET_PATH,
// HTTP cache time in seconds. Defaults to 0.
cache: process.env.AWS_CACHE_TIME,
endpoint: VCAP_SERVICES_JSON["s3"][0]["credentials"]["endpoint"],
Expand Down

0 comments on commit 15cd032

Please sign in to comment.