I am trying to configure my app for uploading images with carrierwave/fog/AWS. I ran the following command in my terminal and need to reset it to the default setting. I've searched documentation but cannot find anything on this topic. Any ideas? The command I ran (that I'd like to take back) was
heroku config:set S3_BUCKET_NAME="simple-toy-#{Rails.env}"
In my carrier wave upload initializer I have the fog directory set as what's shown below :
config.fog_directory = "simple-toy-#{Rails.env}"