From 3d98520c5e163a53ae968fc6d8f278697be92359 Mon Sep 17 00:00:00 2001 From: James Baster Date: Tue, 28 Nov 2017 17:02:28 +0000 Subject: [PATCH] Update docs/config https://github.com/mailhog/MailHog/issues/181 --- docs/CONFIG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 91e625b..c46dbd5 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -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