Skip to content

Commit

Permalink
Change to use local
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Oct 20, 2024
1 parent 9c778c7 commit 6cad0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
# 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 = :local
config.active_storage.service = :google
config.active_storage.service = :local
# config.active_storage.service = :google

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

0 comments on commit 6cad0fa

Please sign in to comment.