From 586069b233f90c757bee74df57ee91068998800a Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Tue, 10 Oct 2023 16:54:30 +0800 Subject: [PATCH] Change http to https in production and testing environment --- .env.production | 2 +- .env.testing | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 18ccaa0..2e21eb8 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -VITE_API_URL=http://api.fatweb.top +VITE_API_URL=https://api.fatweb.top VITE_API_TOKEN_URL=${VITE_API_URL}/token \ No newline at end of file diff --git a/.env.testing b/.env.testing index 53be291..86f60f7 100644 --- a/.env.testing +++ b/.env.testing @@ -1,3 +1,3 @@ NODE_ENV=development -VITE_API_URL=http://api-test.fatweb.top +VITE_API_URL=https://api-test.fatweb.top VITE_API_TOKEN_URL=${VITE_API_URL}/token \ No newline at end of file