mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove default smtp since Infisical no longer requires SMTP
This commit is contained in:
10
.env.example
10
.env.example
@@ -30,11 +30,11 @@ MONGO_PASSWORD=example
|
|||||||
# Required
|
# Required
|
||||||
SITE_URL=http://localhost:8080
|
SITE_URL=http://localhost:8080
|
||||||
|
|
||||||
# Mail/SMTP
|
# Mail/SMTP
|
||||||
SMTP_HOST='smtp-server'
|
SMTP_HOST=
|
||||||
SMTP_PORT='1025'
|
SMTP_PORT=
|
||||||
SMTP_NAME='local'
|
SMTP_NAME=
|
||||||
SMTP_USERNAME='team@infisical.com'
|
SMTP_USERNAME=
|
||||||
SMTP_PASSWORD=
|
SMTP_PASSWORD=
|
||||||
|
|
||||||
# Integration
|
# Integration
|
||||||
|
|||||||
Reference in New Issue
Block a user