From 2aa41515e03e89863b7ef622b53c01b06448844e Mon Sep 17 00:00:00 2001 From: CANCI0 Date: Mon, 11 Mar 2024 18:40:17 +0100 Subject: [PATCH] Error --- .env | 1 + 1 file changed, 1 insertion(+) diff --git a/.env b/.env index e9a523e2..d046620e 100644 --- a/.env +++ b/.env @@ -3,4 +3,5 @@ AUTH_SERVICE_URL=http://localhost:8002 USER_SERVICE_URL=http://localhost:8001 QUESTION_SERVICE_URL=http://localhost:8003 AUTH_SERVICE_URL=http://localhost:8004 +GATEWAY_SERVICE_URL=http://gatewayservice:8000 MONGODB_URI=mongodb://localhost:27017/userdb \ No newline at end of file