VITE_API_URL=https://verify.rest VITE_WS_URL=ws://verify.rest/ws DB_DRIVER=sqlserver DB_HOST=localhost DB_PORT=5432 DB_USER=postgres DB_PASS=postgres DB_NAME=casbin # ─── Rapyd (wallets) ────────────────────────────────────────────────────────── # Antes estaban escritas en pkg/services/rapyd_service.go, o sea versionadas en # git. Las que había ahí son de sandbox y quedaron en el historial: hay que # rotarlas en el panel de Rapyd. # RAPYD_BASE_URL por defecto apunta a sandbox; en producción es https://api.rapyd.net RAPYD_ACCESS_KEY= RAPYD_SECRET_KEY= RAPYD_BASE_URL=https://sandboxapi.rapyd.net