Skip to content

Commit dfc8235

Browse files
authored
Update production.rb to use :google GCS config (#1479)
fixes #1478 Note there are TWO configs and we want :google for GCS to work.
1 parent eac9c4b commit dfc8235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/rails/config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# config.action_cable.mount_path = nil
4747
# config.action_cable.url = 'wss://example.com/cable'
4848
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
49-
config.active_storage.service = :local
49+
# config.active_storage.service = :local
5050

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

0 commit comments

Comments
 (0)