Skip to content
Snippets Groups Projects
Unverified Commit 43994d2d authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

scaleway local + extensions avatar

parent 1a626a3e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
<%= f.input :picture,
as: :single_deletable_file,
input_html: { accept: '.png' } %>
input_html: { accept: '.jpg,.jpeg,.png' } %>
<%= f.input :password,
hint: t(".leave_blank_if_you_don_t_want_to_change_it"),
......
......@@ -33,7 +33,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 = :scaleway
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment