From 85a059889b208ea32203c47cef893665b6a42f26 Mon Sep 17 00:00:00 2001 From: Rudi Regentonne <116655346+Rudi-Regentonne@users.noreply.github.com> Date: Wed, 7 May 2025 15:24:57 +0200 Subject: [PATCH] Update env.txt --- code/backend/env.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/env.txt b/code/backend/env.txt index 95c2f81..835348f 100644 --- a/code/backend/env.txt +++ b/code/backend/env.txt @@ -1 +1 @@ -postgres://YourUserName:YourPassword@localhost:5432/prisma \ No newline at end of file +DATABASE_URL="postgres://YourUserName:YourPassword@localhost:5432/prisma"