Remove comma from last value in smtp config JSON

Mailhog would break with: `invalid character '}' looking for beginning of object key string`
This commit is contained in:
Eric Cohen 2015-04-06 13:48:55 +03:00
parent 5b6e26bd7c
commit 09d5800456

View file

@ -41,7 +41,7 @@ the following structure, and set `MH_OUTGOING_SMTP` or `-outgoing-smtp`.
"email": "...",
"username": "...",
"password": "...",
"mechanism": "PLAIN",
"mechanism": "PLAIN"
}
}
```