Skip to content

Commit

Permalink
Change prod to dev in production.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
avvazana committed Nov 21, 2018
1 parent 7d63137 commit ffc9b9d
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 189 deletions.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 = :amazon_prod
config.active_storage.service = :amazon_dev

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

0 comments on commit ffc9b9d

Please sign in to comment.