mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
fix markdown
This commit is contained in:
parent
5c4c753acd
commit
7ea7fe4116
1 changed files with 4 additions and 4 deletions
|
@ -22,18 +22,18 @@ By default, a bcrypt difficulty of 4 is used to reduce page load times.
|
||||||
|
|
||||||
You can use a MailHog shortcut to generate a bcrypted password:
|
You can use a MailHog shortcut to generate a bcrypted password:
|
||||||
|
|
||||||
MailHog bcrypt <password>
|
MailHog bcrypt <password>
|
||||||
|
|
||||||
### Enabling HTTP authentication
|
### Enabling HTTP authentication
|
||||||
|
|
||||||
To enable authentication, pass an `-auth-file` flag to MailHog:
|
To enable authentication, pass an `-auth-file` flag to MailHog:
|
||||||
|
|
||||||
MailHog -auth-file=docs/example-auth
|
MailHog -auth-file=docs/example-auth
|
||||||
|
|
||||||
This also works if you're running MailHog-UI and MailHog-Server separately:
|
This also works if you're running MailHog-UI and MailHog-Server separately:
|
||||||
|
|
||||||
MailHog-Server -auth-file=docs/example-auth
|
MailHog-Server -auth-file=docs/example-auth
|
||||||
MailHog-UI -auth-file=docs/example-auth
|
MailHog-UI -auth-file=docs/example-auth
|
||||||
|
|
||||||
## Future compatibility
|
## Future compatibility
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue