- Add Conceptos tab in CFDI page with column filters, sorting, pagination - Add GET /cfdi/conceptos endpoint with filters and orderBy - Backfill cfdi_conceptos from legacy XMLs (824k concepts inserted) - Fix CFDI delete button (bypass subscription check, add alerts) - Fix export to Excel (fetch all filtered results, limit 10k) - Fix facturacion page concepto delete bug (immutable updates, unique ids) - Add Facturapi live key auto-generation and caching - Fix SAT fechaPagoP parsing - Add metrics cache support for current year - Increase DB pool max to 15
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
NODE_ENV=development
|
|
PORT=4000
|
|
DATABASE_URL="postgresql://postgres:ZxHMrmnwanvLfLDdNJdRthFjWF2Lj1Rb@localhost:5432/horux_despachos?schema=public"
|
|
JWT_SECRET=n8tbAhp+H2wBKvGqhzq7qgCVqEztby5FzjWZM4oa9epq0CFTgSyvJN8LFLid5J1O
|
|
JWT_EXPIRES_IN=15m
|
|
JWT_REFRESH_EXPIRES_IN=7d
|
|
CORS_ORIGIN=http://localhost:3000
|
|
FRONTEND_URL=https://horuxfin.com
|
|
FIEL_ENCRYPTION_KEY=8E46fcpVBbnu0qxEECIE9wrE0nLugDca09YqYBytgY8DTOE0XaJgxrjuS4N6zQ3/
|
|
FIEL_STORAGE_PATH=/var/horux/fiel
|
|
MP_ACCESS_TOKEN=
|
|
MP_WEBHOOK_SECRET=
|
|
MP_NOTIFICATION_URL=
|
|
SMTP_HOST=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=soporte@horuxfin.com
|
|
SMTP_PASS=fumuflfahizubnok
|
|
SMTP_FROM=Horux Despachos <soporte@horuxfin.com>
|
|
ADMIN_EMAIL=soporte@horuxfin.com
|
|
FACTURAPI_USER_KEY=sk_user_8NGmCxP6NT4Wb6QF3NBR9W8kNAvcfDbYXZYzCois5U
|
|
FACTURAPI_MODE=live
|
|
CLOUDFLARE_API_TOKEN=
|
|
CLOUDFLARE_ACCOUNT_ID=
|
|
CLOUDFLARE_TUNNEL_DOMAIN=tunnel.horux.mx
|
|
CONNECTOR_ENCRYPTION_KEY=8E46fcpVBbnu0qxEECIE9wrE0nLugDca09YqYBytgY8DTOE0XaJgxrjuS4N6zQ3/
|
|
|
|
# Metabase integration
|
|
METABASE_URL=http://192.168.10.170:3000
|
|
METABASE_USERNAME=ialcarazsalazar@consultoria-as.com
|
|
METABASE_PASSWORD=Aasi940812
|
|
METABASE_PG_HOST=192.168.10.90
|
|
METABASE_PG_PORT=5432
|
|
METABASE_PG_USER=postgres
|
|
METABASE_PG_PASSWORD=ZxHMrmnwanvLfLDdNJdRthFjWF2Lj1Rb
|