This commit is contained in:
DoTheEvolution 2020-05-20 20:40:28 +02:00
parent 0d6a883721
commit 4d2d7e8112
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ SMTP_HOST=smtp.sendgrid.net
SMTP_PORT=465
SMTP_FROM=admin@example.com
SMTP_USERNAME=apikey
SMTP_PASSWORD=<sendgrip-api-key-goes-here>
SMTP_PASSWORD=<sendgrid-api-key-goes-here>
```
**All containers must be on the same network**.</br>

View File

@ -110,7 +110,7 @@ MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=465
MAIL_FROM=book@example.com
MAIL_USERNAME=apikey
SMTP_PASSWORD=<sendgrip-api-key-goes-here>
SMTP_PASSWORD=<sendgrid-api-key-goes-here>
```
**All containers must be on the same network**.</br>

View File

@ -150,7 +150,7 @@ SMTP_SECURE=ssl
SMTP_HOST=smtp.sendgrid.net
SMTP_PORT=465
SMTP_NAME=apikey
SMTP_PASSWORD=<sendgrip-api-key-goes-here>
SMTP_PASSWORD=<sendgrid-api-key-goes-here>
```
`nginx.conf`