Skip to content

Commit

Permalink
Add option for ui web path
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexj12 committed Sep 22, 2020
1 parent df75bf5 commit 8cd5a1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ This cookbook contains the following attributes:
| ['mailhog']['api']['port'] | Integer | 8025 | Port for HTTP API server to bind to |
| ['mailhog']['ui']['ip'] | String | 0.0.0.0 | Interface for HTTP UI server to bind to |
| ['mailhog']['ui']['port'] | Integer | 8025 | Port for HTTP UI server to bind to |
| ['mailhog']['ui']['web_path'] | String | '' | WebPath under which the ui is served (without leading or trailing slahes), e.g. 'mailhog'
|
| ['mailhog']['ui']['web_path'] | String | '' | WebPath under which the ui is served (without leading or trailing slahes), e.g. 'mailhog' |
| ['mailhog']['cors-origin'] | String | nil | If set, a Access-Control-Allow-Origin header is returned for API endpoints |
| ['mailhog']['hostname'] | String | mailhog.example | Hostname to use for EHLO/HELO and message IDs |
| ['mailhog']['storage'] | String | memory | Set message storage: memory / mongodb / maildir |
Expand Down

0 comments on commit 8cd5a1f

Please sign in to comment.