Ruby-on-Rails-eCommerce-Website icon indicating copy to clipboard operation
Ruby-on-Rails-eCommerce-Website copied to clipboard

db:migrate error google_storage_access_key_id,

Open coopeu opened this issue 5 years ago • 2 comments

ArgumentError: Missing required arguments: google_storage_access_key_id, google_storage_secret_access_key

Please, what are this google keys? They are necessaries?

coopeu avatar Jun 14 '19 11:06 coopeu

For development environment you can use this snippet:

CarrierWave.configure do |config|
  config.storage :file
  config.asset_host = "http://localhost:3000"
end

adis-io avatar Mar 19 '20 15:03 adis-io

@coopeu I wrote the website before two years , i don't even remember rails now :)

@adis-io Thanks for helping :)

goxr3plus avatar Mar 22 '20 16:03 goxr3plus