From 5d916249b3aeac614c046664eb6c4a832c44b43c Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Tue, 22 Oct 2024 15:37:41 +0800 Subject: [PATCH] Update to production URL --- .env.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 2036fea..795732b 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,4 @@ API_URL=http://localhost:8090/api NEXTAUTH_SECRET=secret -NEXTAUTH_URL=https://tsms-uat.2fi-solutions.com \ No newline at end of file +NEXTAUTH_URL=http://beriahk.myds.me:8080 +# NEXTAUTH_URL=https://tsms-uat.2fi-solutions.com UAT-SITE \ No newline at end of file