Skip to content

Commit

Permalink
Update .env.production
Browse files Browse the repository at this point in the history
  • Loading branch information
6nanyi authored Nov 27, 2023
1 parent 08ca7c6 commit d0ff590
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
VITE_API_PREFIX=https://api.milkchat.cn
VITE_WS_URL=wss://api.milkchat.cn/websocket
#VITE_API_PREFIX=https://api.milkchat.cn
#VITE_WS_URL=wss://api.milkchat.cn/websocket
VITE_API_PREFIX=http://localhost:8080
VITE_WS_URL=ws://localhost:8090

0 comments on commit d0ff590

Please sign in to comment.