16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
PORT=3001
|
|
CORS_ORIGIN=http://localhost:3001
|
|
DB_HOST=db
|
|
DB_USER=root
|
|
DB_PASSWORD=root_password
|
|
DB_NAME=agenciac_comia
|
|
JWT_SECRET=your_jwt_secret_here
|
|
|
|
# Mailer Configuration
|
|
SMTP_HOST=mail.blyzer.com.br
|
|
SMTP_PORT=587
|
|
SMTP_USER=nao-responda@blyzer.com.br
|
|
SMTP_PASS=your_smtp_password_here
|
|
MAIL_FROM=nao-responda@blyzer.com.br
|
|
SMTP_DEBUG=false
|