diff --git a/make/harbor.cfg b/make/harbor.cfg index 8444beaeb..697c55c87 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -2,11 +2,11 @@ #The IP address or hostname to access admin UI and registry service. #DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients. -hostname = 10.117.4.174 +hostname = reg.mydomain.com #The protocol for accessing the UI and token/notification service, by default it is http. #It can be set to https if ssl is enabled on nginx. -ui_url_protocol = https +ui_url_protocol = http #Email account settings for sending out password resetting emails. email_identity = Mail Config @@ -85,7 +85,7 @@ crt_email = example@example.com #The flag to control what users have permission to create projects #Be default everyone can create a project, set to "adminonly" such that only admin can create project. -project_creation_restriction = adminonly +project_creation_restriction = everyone #The path of cert and key files for nginx, they are applied only the protocol is set to https ssl_cert = /data/server.crt