reset to default value in harbor.cfg

This commit is contained in:
Tan Jiang 2016-11-16 20:42:29 +08:00
parent 51581d8d47
commit 5ea0e50f0f

View File

@ -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