From 4fb9505f65a48fa62348ada3660c790e4d13cba9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 3 Apr 2025 14:41:16 -0400 Subject: [PATCH] Updated .env.sample --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 1625b7a..5cad34d 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,2 @@ DATABASE_URL=postgres://username:password@localhost/database_name -TEST_DATABASE_URL=postgres://username:password@localhost/database_name_test +TEST_DATABASE_URL=postgres://icarus_op_test:password@localhost/icarus_auth_test