13 lines
321 B
Bash
13 lines
321 B
Bash
VITE_API_BASE_URL=https://api.leaks.mx
|
|
VITE_AUTH_LOGIN_URL=https://api.leaks.mx/usuario/login
|
|
|
|
VITE_AUTH_CLIENT_ID=string
|
|
VITE_AUTH_CLIENT_SECRET=tu_secreto_real
|
|
|
|
|
|
|
|
# Configuracion WebSocket (por defecto replica la del sistema actual)
|
|
VITE_WS_HOST=ws.leaks.mx
|
|
VITE_WS_PORT=2140
|
|
VITE_WS_PATH=/websocket
|
|
VITE_WS_SECURE=true |