Skip to content

Commit

Permalink
Merge pull request #533 from commercekitchen/cloudfront_lessons
Browse files Browse the repository at this point in the history
Add production cloudfront url
  • Loading branch information
tmichaelreis authored Sep 2, 2021
2 parents 29ef491 + e86f77f commit 6db9368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
### S3 Configuration ###
config.lesson_store = :s3

config.cloudfront_url = 'https://d1j5ysqdewbwao.cloudfront.net'
config.zip_bucket_name = 'dl-prodapp-lessons-zipped'
config.s3_bucket_name = 'dl-prodapp-lessons'

Expand Down

0 comments on commit 6db9368

Please sign in to comment.