From 9d376e485794ccddd06410f9f7475621f9ab4989 Mon Sep 17 00:00:00 2001 From: "vluk@2fi-solutions.com.hk" Date: Wed, 11 Mar 2026 16:51:22 +0800 Subject: [PATCH] trying to build on server --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index fa578f2..b4199dc 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -API_URL=http://10.100.0.81:8090/api +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