File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,12 +86,8 @@ deploy_default: &deploy_default
8686# Read https://guides.rubyonrails.org/configuring.html#configuring-a-database
8787# for a full overview on how database connection configuration can be specified.
8888#
89- production : &production_like
90- primary :
91- << : *deploy_default
92- queue :
93- << : *deploy_default
94- migrations_paths : db/queue_migrate
89+ production :
90+ << : *deploy_default
9591
9692demo :
97- << : *production_like
93+ << : *deploy_default
Original file line number Diff line number Diff line change 4343 # Don't log any deprecations.
4444 config . active_support . report_deprecations = false
4545
46- # Replace the default in-process memory cache store with a durable alternative.
46+ # Disable caching
4747 config . cache_store = :null_store
4848
4949 # Replace the default in-process and non-durable queuing backend for Active Job.
You can’t perform that action at this time.
0 commit comments