pull/35/head
DoTheEvolution 4 years ago
parent 0d6a883721
commit 4d2d7e8112

@ -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>

@ -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>

@ -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`

Loading…
Cancel
Save