Skip to content

Commit

Permalink
Stop using active_storage in production
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Sep 24, 2024
1 parent 9f030a8 commit ead87e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX

# Store uploaded files on the local file system (see config/storage.yml for options).
config.active_storage.service = :cloudflare
# config.active_storage.service = :cloudflare

# Mount Action Cable outside main process or domain.
# config.action_cable.mount_path = nil
Expand Down

0 comments on commit ead87e9

Please sign in to comment.