|
@@ -13,12 +13,12 @@ VITE_DROP_CONSOLE = true
|
|
|
VITE_BUILD_COMPRESS = 'none'
|
|
|
|
|
|
# Basic interface address SPA
|
|
|
-VITE_GLOB_API_URL=http://139.186.154.72:80/admin
|
|
|
+VITE_GLOB_API_URL=http://api.cqtd.games/admin
|
|
|
# VITE_GLOB_API_URL=http://localhost:8888/admin
|
|
|
|
|
|
# File upload address, optional
|
|
|
# It can be forwarded by nginx or write the actual address directly
|
|
|
-VITE_GLOB_UPLOAD_URL=http://139.186.154.72:80/admin
|
|
|
+VITE_GLOB_UPLOAD_URL=http://api.cqtd.games/admin
|
|
|
# VITE_GLOB_UPLOAD_URL=http://localhost:8888/admin/upload
|
|
|
|
|
|
# Interface prefix
|
|
@@ -34,4 +34,4 @@ VITE_USE_PWA = false
|
|
|
VITE_LEGACY = false
|
|
|
|
|
|
# imgurl prefix
|
|
|
-VITE_GLOB_IMG_URL_PREFIX=http://pyadmin.cqtd.games
|
|
|
+VITE_GLOB_IMG_URL_PREFIX=http://api.cqtd.games
|