Browse Source

部署生产环境

master
gxwebsoft 1 year ago
parent
commit
f3bf16b7d4
  1. 6
      .env.development
  2. 6
      .env.production

6
.env.development

@ -1,8 +1,8 @@
VITE_API_URL=https://modules.gxwebsoft.com/api
VITE_SOCKET_URL=wss://server.gxwebsoft.com
VITE_SERVER_URL=https://server.gxwebsoft.com/api
#VITE_API_URL=https://modules.gxwebsoft.com/api
#VITE_API_URL=http://127.0.0.1:9090/api
#VITE_SOCKET_URL=ws://localhost:9191
#VITE_API_URL=https://server.gxwebsoft.com/api
#VITE_SERVER_URL=http://127.0.0.1:9091/api
VITE_API_URL=http://103.233.255.195:9300/api

6
.env.production

@ -1,3 +1,5 @@
VITE_API_URL=https://modules.gxwebsoft.com/api
VITE_SOCKET_URL=wss://server.gxwebsoft.com
VITE_SERVER_URL=https://server.gxwebsoft.com/api
VITE_SOCKET_URL=wss://server.gxwebsoft.com
#VITE_API_URL=https://modules.gxwebsoft.com/api
VITE_API_URL=http://103.233.255.195:9300/api

Loading…
Cancel
Save