mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Crop profile images
This commit is contained in:
@@ -34,7 +34,7 @@ Rails.application.configure do
|
||||
end
|
||||
|
||||
# Store uploaded files on the local file system (see config/storage.yml for options).
|
||||
config.active_storage.service = :local
|
||||
config.active_storage.service = ENV.fetch("ACTIVE_STORAGE_SERVICE", "local").to_sym
|
||||
|
||||
# Don't care if the mailer can't send.
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
|
||||
Reference in New Issue
Block a user