Godwin
11 years ago
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||
|
CarrierWave.configure do |config| |
||||
|
if Rails.env == "production" |
||||
|
config.asset_host = "https://cdn.bikebike.org" |
||||
|
end |
||||
|
end |
Loading…
Reference in new issue