Commit inicial - upload de todos os arquivos da pasta
This commit is contained in:
15
.env
Normal file
15
.env
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user