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 c6289bb commit 14bc7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#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
VITE_API_PREFIX=http://127.0.0.1:8080
VITE_WS_URL=ws://127.0.0.1:8090

0 comments on commit 14bc7dc

Please sign in to comment.