Correcting staging cloudfront distribution with correct s3 bucket

This commit is contained in:
Chris Doughty 2013-12-16 07:51:46 -06:00
parent f10d43e41f
commit 836e786ebf
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ SampleApp::Application.configure do
TEST_CONNECT_STATES = false
# Overloaded value to match production for using cloudfront in dev mode
config.cloudfront_host = "d2bc92otq4j4dd.cloudfront.net"
config.cloudfront_host = "d48bcgsnmsm6a.cloudfront.net"
# this is totally awful and silly; the reason this exists is so that if you upload an artifact
# through jam-admin, then jam-web can point users at it. I think 99% of devs won't even see or care about this config, and 0% of users