remove default smtp since Infisical no longer requires SMTP

This commit is contained in:
Maidul Islam
2023-05-03 15:45:16 -04:00
committed by GitHub
parent 49d2ecc460
commit fd4ea97e18

View File

@@ -30,11 +30,11 @@ MONGO_PASSWORD=example
# Required
SITE_URL=http://localhost:8080
# Mail/SMTP
SMTP_HOST='smtp-server'
SMTP_PORT='1025'
SMTP_NAME='local'
SMTP_USERNAME='team@infisical.com'
# Mail/SMTP
SMTP_HOST=
SMTP_PORT=
SMTP_NAME=
SMTP_USERNAME=
SMTP_PASSWORD=
# Integration