diff --git a/.env.sample b/.env.sample index 669e014..1625b7a 100644 --- a/.env.sample +++ b/.env.sample @@ -1 +1,2 @@ -DATABASE_URL=postgres://username:password@localhost/database_name \ No newline at end of file +DATABASE_URL=postgres://username:password@localhost/database_name +TEST_DATABASE_URL=postgres://username:password@localhost/database_name_test