Update docs/config

https://github.com/mailhog/MailHog/issues/181
This commit is contained in:
James Baster 2017-11-28 17:02:28 +00:00
parent 1bd561aa34
commit 3d98520c5e

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_STORAGE | -storage | memory | Set message storage: memory / mongodb / maildir
| MH_OUTGOING_SMTP | -outgoing-smtp | | JSON file defining outgoing SMTP servers | 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_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 #### Note on HTTP bind addresses