Skip to content

Commit

Permalink
Update production.rb to use :google GCS config
Browse files Browse the repository at this point in the history
fixes #1478 

Note there are TWO configs and we want :google for GCS to work.
  • Loading branch information
palladius authored Sep 9, 2024
1 parent aa8b763 commit e0249f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/rails/config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# config.action_cable.mount_path = nil
# config.action_cable.url = 'wss://example.com/cable'
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
config.active_storage.service = :local
# config.active_storage.service = :local

# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
Expand Down

0 comments on commit e0249f8

Please sign in to comment.