From 116931d0a4f9ddb8242c5b4f387a18a75ab8148b Mon Sep 17 00:00:00 2001 From: nh602 Date: Tue, 14 Nov 2023 00:33:53 +0000 Subject: [PATCH] Updated .env --- backend/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.env b/backend/.env index 262c7e0..ca5775e 100644 --- a/backend/.env +++ b/backend/.env @@ -1,3 +1,3 @@ #Backend Options BACKEND_PORT=3000 -DATABASE_URL=postgres://pim_user:pim_password@localhost:5432/pim \ No newline at end of file +DATABASE_URL=postgres://pim_user:pim_password@database:5432/pim \ No newline at end of file