mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Merge branch 'patch-1' of https://github.com/ongopongo/MailHog
This commit is contained in:
commit
fce4aa57bb
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ You can configure MailHog using command line options or environment variables:
|
||||||
|
|
||||||
| Environment | Command line | Default | Description
|
| Environment | Command line | Default | Description
|
||||||
| ------------------- | --------------- | --------------- | -----------
|
| ------------------- | --------------- | --------------- | -----------
|
||||||
| MH_CORS_ORIGIN | -cors-origin | | If set, a Access-Control-Allow-Origin header is returned for API endpoints
|
| MH_CORS_ORIGIN | -cors-origin | | If set, an Access-Control-Allow-Origin header is returned for API endpoints
|
||||||
| MH_HOSTNAME | -hostname | mailhog.example | Hostname to use for EHLO/HELO and message IDs
|
| MH_HOSTNAME | -hostname | mailhog.example | Hostname to use for EHLO/HELO and message IDs
|
||||||
| MH_API_BIND_ADDR | -api-bind-addr | 0.0.0.0:8025 | Interface and port for HTTP API server to bind to
|
| MH_API_BIND_ADDR | -api-bind-addr | 0.0.0.0:8025 | Interface and port for HTTP API server to bind to
|
||||||
| MH_UI_BIND_ADDR | -ui-bind-addr | 0.0.0.0:8025 | Interface and port for HTTP UI server to bind to
|
| MH_UI_BIND_ADDR | -ui-bind-addr | 0.0.0.0:8025 | Interface and port for HTTP UI server to bind to
|
||||||
|
@ -16,7 +16,7 @@ You can configure MailHog using command line options or environment variables:
|
||||||
| MH_SMTP_BIND_ADDR | -smtp-bind-addr | 0.0.0.0:1025 | Interface and port for SMTP server to bind to
|
| MH_SMTP_BIND_ADDR | -smtp-bind-addr | 0.0.0.0:1025 | Interface and port for SMTP server to bind to
|
||||||
| 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 slashes), e.g. 'mailhog'
|
||||||
| MH_AUTH_FILE | -auth-file | | A username:bcryptpw mapping file
|
| MH_AUTH_FILE | -auth-file | | A username:bcryptpw mapping file
|
||||||
|
|
||||||
#### Note on HTTP bind addresses
|
#### Note on HTTP bind addresses
|
||||||
|
|
Loading…
Reference in a new issue