Add minim preparation for dossier uniq page
This commit is contained in:
parent
23e582d597
commit
382c8d8700
8 changed files with 37 additions and 15 deletions
|
@ -26,6 +26,8 @@ CarrierWave.configure do |config|
|
|||
|
||||
if Rails.env.production?
|
||||
config.fog_directory = "tps"
|
||||
elsif Rails.env.development?
|
||||
config.fog_directory= "test_local"
|
||||
else
|
||||
config.fog_directory = "tps_dev"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue