Update smtp configuration
This commit is contained in:
parent
98bf220977
commit
f35aef846d
@ -32,9 +32,9 @@ backend:
|
|||||||
# Email configuration for password reset (optional)
|
# Email configuration for password reset (optional)
|
||||||
SMTP_HOST: "smtp.gmail.com"
|
SMTP_HOST: "smtp.gmail.com"
|
||||||
SMTP_PORT: "587"
|
SMTP_PORT: "587"
|
||||||
SMTP_USERNAME: ""
|
SMTP_USERNAME: "dvirlabs@gmail.com"
|
||||||
SMTP_PASSWORD: ""
|
SMTP_PASSWORD: "tlet bebr jwbe amzw"
|
||||||
SMTP_FROM: "noreply@brand-master.com"
|
SMTP_FROM: "dvirlabs@gmail.com"
|
||||||
# JWT Secret Key (IMPORTANT: Change this in production!)
|
# JWT Secret Key (IMPORTANT: Change this in production!)
|
||||||
jwtSecretKey: "your-secret-key-change-this-in-production"
|
jwtSecretKey: "your-secret-key-change-this-in-production"
|
||||||
jwtAlgorithm: "HS256"
|
jwtAlgorithm: "HS256"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user