mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-09 20:21:53 +01:00
17 lines
236 B
Plaintext
17 lines
236 B
Plaintext
appname = registry
|
|
runmode = dev
|
|
|
|
[lang]
|
|
types = en-US|zh-CN
|
|
names = en-US|zh-CN
|
|
|
|
[dev]
|
|
httpport = 80
|
|
|
|
[mail]
|
|
host = $email_server
|
|
port = $email_server_port
|
|
username = $email_user_name
|
|
password = $email_user_password
|
|
from = $email_from
|