Harden auth and clean project setup

This commit is contained in:
Cauê Faleiros
2026-05-28 14:51:00 -03:00
parent be8f056434
commit 2c102eb2dd
9 changed files with 284 additions and 80 deletions

View File

@@ -1,4 +1,5 @@
PORT=3001
CORS_ORIGIN=http://localhost:3001
DB_HOST=db
DB_USER=root
DB_PASSWORD=root_password
@@ -11,3 +12,4 @@ 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