mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
update harbor.cfg
This commit is contained in:
parent
864b8146f5
commit
1e50318f95
@ -1,6 +1,7 @@
|
|||||||
## CONFIGURATIONS
|
## CONFIGURATIONS
|
||||||
#The endpoint for user to access UI and registry service
|
#The IP address or hostname to access UI and registry service.
|
||||||
hostname = mydomain.com
|
#DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients.
|
||||||
|
hostname = reg.mydomain.com
|
||||||
#The protocol for accessing the UI and token/notification service, by default it is http
|
#The protocol for accessing the UI and token/notification service, by default it is http
|
||||||
#User can set it to https if ssl is setup on nginx
|
#User can set it to https if ssl is setup on nginx
|
||||||
ui_url_protocol = http
|
ui_url_protocol = http
|
||||||
|
Loading…
Reference in New Issue
Block a user