Add SMTP to .env.example

This commit is contained in:
2021-03-21 12:56:44 +01:00
parent 554674c8a1
commit 74aeeef6b6
+9
View File
@@ -10,3 +10,12 @@ MONGO_PASSWORD=
AUTHENTICATION_DATABASE=
STRAPI_URL=
STRAPI_ADMIN_URL=
#SMTP ENV
SMTP_HOST=
SMTP_PORT=
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_FROM=
SMTP_REPLY_TO=