Skip to content

Commit

Permalink
Merge pull request #52 from mattrayner/mattrayner/fix-production-envi…
Browse files Browse the repository at this point in the history
…ronment

Remove redundant configuration
  • Loading branch information
jehudson authored Aug 31, 2018
2 parents fd8c5db + d0bc8fd commit 8769384
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 @@ -30,7 +30,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 = :local
# config.active_storage.service = :local

# Mount Action Cable outside main process or domain
# config.action_cable.mount_path = nil
Expand Down Expand Up @@ -81,5 +81,5 @@
end

# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
# config.active_record.dump_schema_after_migration = false
end

0 comments on commit 8769384

Please sign in to comment.