From 914e1c9a6b3a8d2ac1b0a9ff4173076fc36d1df3 Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Fri, 28 Jun 2024 18:36:29 +0700 Subject: [PATCH] fix: env --- .env.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.template b/.env.template index d14051a..9f01aa6 100644 --- a/.env.template +++ b/.env.template @@ -1,9 +1,9 @@ APP_PORT=3001 APP_ENV=development -SERVICE_AUTH=localhost:3002 -SERVICE_BACKEND=localhost:3003 -SERVICE_CHECKIN=localhost:3004 -SERVICE_STORE=localhost:3005 +SERVICE_AUTH=auth:3002 +SERVICE_BACKEND=backend:3003 +SERVICE_CHECKIN=checkin:3004 +SERVICE_STORE=store:3005 CORS_ORIGINS=http://localhost:3000 \ No newline at end of file