diff --git a/web/config/environments/production.rb b/web/config/environments/production.rb index 3a8848354..61a091e10 100644 --- a/web/config/environments/production.rb +++ b/web/config/environments/production.rb @@ -76,6 +76,7 @@ SampleApp::Application.configure do config.aws_bucket = 'jamkazam' config.aws_bucket_public = 'jamkazam-public' + config.aws_fullhost = "#{config.aws_bucket_public}.s3.amazonaws.com" # Dev cloudfront hostname config.cloudfront_host = "d34f55ppvvtgi3.cloudfront.net"