From 7ca70cb8e6a7a6653108dbe10945c4e98788e5d8 Mon Sep 17 00:00:00 2001 From: Lexcubia Date: Sun, 20 Apr 2025 21:09:59 +0800 Subject: [PATCH] update: Modify API base URL in .env and .env.production files for consistency across environments --- .env | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 5cb2929..f56be60 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ VITE_APP_BASE_API=http://160.202.224.52:31002 -VITE_APP_ENV=default \ No newline at end of file +VITE_APP_ENV=default \ No newline at end of file diff --git a/.env.production b/.env.production index e8db98f..4f7e8a8 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -VITE_APP_BASE_API=http://api.production.com +VITE_APP_BASE_API=http://160.202.224.52:31002 VITE_APP_ENV=production \ No newline at end of file