We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a0d4a0 + 6f4ed99 commit fe3cef9Copy full SHA for fe3cef9
config/database.yml
@@ -95,18 +95,19 @@ production:
95
primary:
96
<<: *default
97
database: skillrx_production
98
- username: skillrx
99
urL: <%= ENV['DATABASE_URL'] %>
100
cache:
101
102
database: sklillrx_production_cache
103
migrations_paths: db/cache_migrate
104
- url: <%= ENV['SKILLRX_QUEUE_DATABASE_URL'] %>
105
queue:
106
107
database: skillrx_production_queue
108
migrations_paths: db/queue_migrate
109
- url: <%= ENV['SKILLRX_CACHE_DATABASE_URL'] %>
+ cable:
+ <<: *default
+ database: skillrx_production_cable
110
+ migrations_paths: db/cable_migrate
111
112
staging:
113
0 commit comments