File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,17 +55,20 @@ test:
5555production :
5656 primary :
5757 << : *default
58- database : storage /production.sqlite3
58+ database : /data /production.sqlite3
5959 cache :
6060 << : *default
61- database : storage /production_cache.sqlite3
61+ database : /data /production_cache.sqlite3
6262 migrations_paths : db/cache_migrate
6363 queue :
6464 << : *default
65- database : storage /production_queue.sqlite3
65+ database : /data /production_queue.sqlite3
6666 migrations_paths : db/queue_migrate
6767 cable :
6868 << : *default
69- database : storage /production_cable.sqlite3
69+ database : /data /production_cable.sqlite3
7070 migrations_paths : db/cable_migrate
71- errors : *errors
71+ errors :
72+ << : *default
73+ migrations_paths : db/errors_migrate
74+ database : /data/production-errors.sqlite3
Original file line number Diff line number Diff line change 55
66if Rails . env . production?
77 required_env_vars += %w[
8- RAILS_MASTER_KEY DATABASE_URL SENDGRID_API_KEY
9- GOOGLE_CLIENT_ID GOOGLE_CLIENT_SECRET
10- GITHUB_CLIENT_ID GITHUB_CLIENT_SECRET
8+ RAILS_MASTER_KEY
119 ]
1210end
1311
You can’t perform that action at this time.
0 commit comments