mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-18 08:15:16 +01:00
0dfce1d837
The identity field parameter passed to smtp.SendMail is now configurable instead of being hardcoded to 'Mail Config'. This fixes issue #900
19 lines
274 B
Plaintext
19 lines
274 B
Plaintext
appname = registry
|
|
runmode = dev
|
|
|
|
[lang]
|
|
types = en-US|zh-CN
|
|
names = en-US|zh-CN
|
|
|
|
[dev]
|
|
httpport = 80
|
|
|
|
[mail]
|
|
identity = $email_identity
|
|
host = $email_server
|
|
port = $email_server_port
|
|
username = $email_username
|
|
password = $email_password
|
|
from = $email_from
|
|
ssl = $email_ssl
|