From d31012af63e98b024e77cb1371a996297a0ca906 Mon Sep 17 00:00:00 2001 From: "TASTEOFASIA\\MTMS" Date: Thu, 12 Mar 2026 12:51:47 +0800 Subject: [PATCH] update the new server ip and setting in env-prod --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index b4199dc..8d4c6f3 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ API_URL=http://localhost:8090/api NEXTAUTH_SECRET=secret -NEXTAUTH_URL=http://10.100.0.81:3000 -NEXT_PUBLIC_API_URL=http://10.100.0.81:8090/api \ No newline at end of file +NEXTAUTH_URL=http://10.10.0.81:3000 +NEXT_PUBLIC_API_URL=http://10.10.0.81:8090/api \ No newline at end of file