Ruby-on-Rails-eCommerce-Website
Ruby-on-Rails-eCommerce-Website copied to clipboard
db:migrate error google_storage_access_key_id,
ArgumentError: Missing required arguments: google_storage_access_key_id, google_storage_secret_access_key
Please, what are this google keys? They are necessaries?
For development environment you can use this snippet:
CarrierWave.configure do |config|
config.storage :file
config.asset_host = "http://localhost:3000"
end
@coopeu I wrote the website before two years , i don't even remember rails now :)
@adis-io Thanks for helping :)