Commit inicial - upload de todos os arquivos da pasta

This commit is contained in:
2026-06-13 16:36:29 -03:00
commit 807be1c5ee
275 changed files with 29408 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# Banco de Dados
DATABASE_URL=
JWT_SECRET= 3 -PORT=
PASS_ADMIN_USER=
# Servidor
PORT=3000
CORS_ORIGIN=http://localhost:5173
# Email — MAILER_PROVIDER=log (dev/homologação) | smtp (produção)
MAILER_PROVIDER=log
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
SMTP_FROM=
FRONTEND_URL=https://seudominio.com
# Token de reset de senha (minutos)
PASSWORD_RESET_TOKEN_TTL_MINUTES=60