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