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"