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