mirror of
https://github.com/goharbor/harbor
synced 2025-04-22 21:32:36 +00:00
Update for email_identity setting.
This commit is contained in:
parent
7e0305e37c
commit
4d916e7127
@ -9,7 +9,11 @@ hostname = reg.mydomain.com
|
|||||||
ui_url_protocol = http
|
ui_url_protocol = http
|
||||||
|
|
||||||
#Email account settings for sending out password resetting emails.
|
#Email account settings for sending out password resetting emails.
|
||||||
email_identity = Mail Config
|
|
||||||
|
#Email server uses the given username and password to authenticate on TLS connections to host and act as identity.
|
||||||
|
#Usually identity will be left blank to act as username.
|
||||||
|
email_identity =
|
||||||
|
|
||||||
email_server = smtp.mydomain.com
|
email_server = smtp.mydomain.com
|
||||||
email_server_port = 25
|
email_server_port = 25
|
||||||
email_username = sample_admin@mydomain.com
|
email_username = sample_admin@mydomain.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user