From 836e786ebf48ecd1eada24063b6c530e88fc6f2c Mon Sep 17 00:00:00 2001 From: Chris Doughty Date: Mon, 16 Dec 2013 07:51:46 -0600 Subject: [PATCH] Correcting staging cloudfront distribution with correct s3 bucket --- web/config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config/environments/development.rb b/web/config/environments/development.rb index 025879ad0..cbc4b11b9 100644 --- a/web/config/environments/development.rb +++ b/web/config/environments/development.rb @@ -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