Skip to content

Commit d8ea745

Browse files
committed
Fix var name
1 parent 2f753a8 commit d8ea745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ See `fly.toml` for an example of the env vars you would set, and then provide
9696
your credentials as Fly secrets:
9797

9898
```
99-
$ fly secrets set SMTP_LOGIN=<public token> SMTP_PASSWORD=<secret token> SMTP_HOST=smtp.eu.mailgun.org
99+
$ fly secrets set SMTP_LOGIN=<public token> SMTP_PASSWORD=<secret token> SMTP_SERVER=smtp.eu.mailgun.org
100100
```
101101

102102
#### Custom domain (optional)

0 commit comments

Comments
 (0)