From 5749216d7d45506f8d6a5fb17b44083f5575164a Mon Sep 17 00:00:00 2001 From: KD Date: Wed, 2 Apr 2025 18:43:04 -0400 Subject: [PATCH] Updated .env.sample --- .env.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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