VRFS-719 fixing error case where path is incorrectly built
This commit is contained in:
parent
b5efad954d
commit
d310484c3b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue