Skip to content

Commit fe3cef9

Browse files
authored
More Heroku Fun (#230)
2 parents 0a0d4a0 + 6f4ed99 commit fe3cef9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/database.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,19 @@ production:
9595
primary:
9696
<<: *default
9797
database: skillrx_production
98-
username: skillrx
9998
urL: <%= ENV['DATABASE_URL'] %>
10099
cache:
101100
<<: *default
102101
database: sklillrx_production_cache
103102
migrations_paths: db/cache_migrate
104-
url: <%= ENV['SKILLRX_QUEUE_DATABASE_URL'] %>
105103
queue:
106104
<<: *default
107105
database: skillrx_production_queue
108106
migrations_paths: db/queue_migrate
109-
url: <%= ENV['SKILLRX_CACHE_DATABASE_URL'] %>
107+
cable:
108+
<<: *default
109+
database: skillrx_production_cable
110+
migrations_paths: db/cable_migrate
110111

111112
staging:
112113
primary:

0 commit comments

Comments
 (0)