15 lines
1.6 KiB
Bash
15 lines
1.6 KiB
Bash
DATABASE_URL="postgres://postgres:%23R11Amixxam%23@31.97.64.165:5432/gestao_iasis"
|
|
JWT_SECRET="dev-secret"
|
|
PORT=3000
|
|
CORS_ORIGIN=http://localhost:5173
|
|
# PASS_ADMIN_USER=
|
|
# Email — MAILER_PROVIDER=log (dev/homologação) | smtp (produção)
|
|
MAILER_PROVIDER=log
|
|
SMTP_HOST=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=wandermottasiqueira@gmail.com
|
|
SMTP_PASS=qzugwwjudfqoxzed
|
|
SMTP_FROM=wander@iasis.tech.com
|
|
FRONTEND_URL=https://seudominio.com
|
|
# Token de reset de senha (minutos)
|
|
PASSWORD_RESET_TOKEN_TTL_MINUTES=60 |