mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 19:50:05 +01:00
17 lines
238 B
Plaintext
17 lines
238 B
Plaintext
appname = registry
|
|
runmode = dev
|
|
|
|
[lang]
|
|
types = en-US|zh-CN
|
|
names = en-US|zh-CN
|
|
|
|
[dev]
|
|
httpport = 80
|
|
|
|
[mail]
|
|
host = smtp.mydomain.com
|
|
port = 25
|
|
username = sample_admin@mydomain.com
|
|
password = abc
|
|
from = admin <sample_admin@mydomain.com>
|