You will need to create two .env files for your project: .env.test
and .env.development
.
Add PGDATABASE=nc_news_test
to the .env.test
file.
Add PGDATABASE=nc_news
to the env.development
file.
Double check that these .env files are .gitignored.