Skip to content

Commit

Permalink
IIIF #23 - Updating to use MiniMagick as variant processor
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Nov 18, 2022
1 parent 01f6b32 commit bef9433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
# Store uploaded files on the local file system (see config/storage.yml for options).
config.active_storage.service = :amazon

# Use MiniMagick as the variant processor
config.active_storage.variant_processor = :mini_magick

# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false

Expand Down
3 changes: 3 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
# Store uploaded files on the local file system (see config/storage.yml for options).
config.active_storage.service = :amazon

# Use MiniMagick as the variant processor
config.active_storage.variant_processor = :mini_magick

# Mount Action Cable outside main process or domain.
# config.action_cable.mount_path = nil
# config.action_cable.url = "wss://example.com/cable"
Expand Down

0 comments on commit bef9433

Please sign in to comment.