Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ development:
# Do not set this db to the same as development or production.
test:
primary:
url : <%= ENV["DATABASE_URL"] %>
<<: *default
database: skillrx_test
queue:
url : <%= ENV["QUEUE_DATABASE_URL"] %>
<<: *default
database: skillrx_test_queue
migrations_paths: db/queue_migrate

# As with config/credentials.yml, you never want to store sensitive information,
Expand Down