Primer commit

This commit is contained in:
unknown
2026-07-14 14:50:48 -06:00
commit 2a1a3d40b7
51 changed files with 5905 additions and 0 deletions

13
.env Normal file
View File

@@ -0,0 +1,13 @@
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