Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 292 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 292 Bytes

You will need to create two .env files for this project: .env.test and .env.development. Into each, add PGDATABASE=<database_name_here>, with the correct database name for that environment (see /db/setup.sql for the database names). Double check that these .env files are .gitignored.