From ecf8ff543b47b38f647a0328f644742055e9781c Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 1 Apr 2025 20:31:50 -0400 Subject: [PATCH] Corrected .env.sample file --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 871db80..669e014 100644 --- a/.env.sample +++ b/.env.sample @@ -1 +1 @@ -DATABASE_URL=postgres:://username:password@localhost/database_name \ No newline at end of file +DATABASE_URL=postgres://username:password@localhost/database_name \ No newline at end of file