diff --git a/frontend/.env.production b/frontend/.env.production index 9574844..4455855 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -5,8 +5,8 @@ VITE_API_URL=https://api.turbotrades.dev # WebSocket URL - Backend WebSocket endpoint -# If not set, will auto-generate from VITE_API_URL -VITE_WS_URL=wss://api.turbotrades.dev/ws +# Commented out to fetch from backend /api/config/public instead +# VITE_WS_URL=wss://api.turbotrades.dev/ws # App Configuration VITE_APP_NAME=TurboTrades