Skip to content

Commit

Permalink
setting changes for docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Nov 14, 2024
1 parent ed14aef commit 6de3341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Application < Rails::Application
# not contain `.rb` files, or that should not be reloaded or eager loaded.
# Common ones are `templates`, `generators`, or `middleware`, for example.
config.autoload_lib(ignore: %w[assets tasks])

config.global_id.app = 'mrt-dashboard'

# Configuration for the application, engines, and railties goes here.
#
# These settings can be overridden in specific environments using the files
Expand Down
2 changes: 1 addition & 1 deletion config/environments/docker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# your application in memory, allowing both threaded web servers
# and those relying on copy on write to perform better.
# Rake tasks automatically ignore this option for performance.
config.eager_load = true
config.eager_load = false

config.active_support.deprecation = :log

Expand Down

0 comments on commit 6de3341

Please sign in to comment.