Merge pull request #186 from JamesValleyT/docs

Update docs/config
This commit is contained in:
Tyndyll 2018-09-14 12:20:16 +01:00 committed by GitHub
commit 46d15eb987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ You can configure MailHog using command line options or environment variables:
| MH_STORAGE | -storage | memory | Set message storage: memory / mongodb / maildir
| MH_OUTGOING_SMTP | -outgoing-smtp | | JSON file defining outgoing SMTP servers
| MH_UI_WEB_PATH | -ui-web-path | | WebPath under which the ui is served (without leading or trailing slahes), e.g. 'mailhog'
| MH_AUTH_FILE | -auth-file | | A username:bcryptpw mapping file
#### Note on HTTP bind addresses