Make database url for test env different from the dev env one (#7437)
This commit is contained in:
parent
de88a08ebd
commit
40b5efa517
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ development:
|
|||
# Do not set this db to the same as development or production.
|
||||
test:
|
||||
<<: *default
|
||||
url: <%= ENV.fetch('DATABASE_URL', '') %>
|
||||
url: <%= ENV.fetch('DATABASE_URL_TEST', '') %>
|
||||
database: PracticalDeveloper_test<%= ENV['TEST_ENV_NUMBER'] %>
|
||||
|
||||
# As with config/secrets.yml, you never want to store sensitive information,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue