File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -93,21 +93,15 @@ test:
9393#
9494production :
9595 primary :
96- << : *default
97- database : skillrx_production
98- username : skillrx
99- password : <%= ENV["SKILLRX_DATABASE_PASSWORD"] %>
100- cache :
101- << : *default
102- database : sklillrx_production_cache
103- migrations_paths : db/cache_migrate
96+ url : <%= ENV['DATABASE_URL'] %>
10497 queue :
105- << : *default
106- database : skillrx_production_queue
98+ url : <%= ENV['SKILLRX_QUEUE_DATABASE_URL'] %>
10799 migrations_paths : db/queue_migrate
100+ cache :
101+ url : <%= ENV['SKILLRX_CACHE_DATABASE_URL'] %>
102+ migrations_paths : db/cache_migrate
108103 cable :
109- << : *default
110- database : skillrx_production_cable
104+ url : <%= ENV['SKILLRX_CABLE_DATABASE_URL'] %>
111105 migrations_paths : db/cable_migrate
112106
113107staging :
You can’t perform that action at this time.
0 commit comments