mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
Update config
This commit is contained in:
parent
35dc20d1b8
commit
3903c03ba3
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ You can configure MailHog using command line options or environment variables:
|
|||
|
||||
| Environment | Command line | Default | Description
|
||||
| ------------------- | ------------- | --------------- | -----------
|
||||
| MH_CORS_ORIGIN | -cors-origin | | If set, a 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_HTTP_BIND_ADDR | -httpbindaddr | 0.0.0.0:8025 | Interface and port for HTTP server to bind to
|
||||
| MH_MONGO_COLLECTION | -mongocoll | messages | MongoDB collection name for message storage
|
||||
|
|
Loading…
Reference in a new issue