Correcting staging cloudfront distribution with correct s3 bucket
This commit is contained in:
parent
f10d43e41f
commit
836e786ebf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue