Harden auth and clean project setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user