Files
bi-agents/.env.example
C. Cassel 39900c3fe8 Initial commit: BI Agentes platform
Independent dashboard for CambioReal agents with local SQLite auth
and read-only RDS connection. Features login, per-agent transaction
filtering, KPIs, charts (Chart.js), and detailed transaction table.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 15:47:07 -05:00

9 lines
183 B
Plaintext

# RDS Read-Only
MYSQL_URL=seu-host-rds.region.rds.amazonaws.com
USER_MYSQL=usuario_readonly
PW_MYSQL=senha_aqui
# Sessão
SESSION_SECRET=trocar-por-chave-secreta-aleatoria
PORT=3080