Change http to https in production and testing environment
This commit is contained in:
@@ -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
|
VITE_API_TOKEN_URL=${VITE_API_URL}/token
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
NODE_ENV=development
|
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
|
VITE_API_TOKEN_URL=${VITE_API_URL}/token
|
||||||
Reference in New Issue
Block a user