From 7dd68c992f4713e6842eaf1d0466f6ea48b265f3 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 22 Aug 2018 22:55:24 +0800 Subject: [PATCH 1/2] add some comments to harbor.cfg Signed-off-by: unknown --- make/harbor.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/make/harbor.cfg b/make/harbor.cfg index 3a5625996..9b95dd765 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -4,6 +4,7 @@ _version = 1.6.0 #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. +#DO NOT comment out this line,modify the value of 'hostname' directly,or the installation will fail. hostname = reg.mydomain.com #The protocol for accessing the UI and token/notification service, by default it is http. From 9b94800216c7d8c37cdffab1804140b52e6dae86 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 Aug 2018 11:23:53 +0800 Subject: [PATCH 2/2] To make the DCO bot happy^_^ Signed-off-by: unknown --- make/harbor.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/harbor.cfg b/make/harbor.cfg index 9b95dd765..1ff6a79a8 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -4,7 +4,7 @@ _version = 1.6.0 #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. -#DO NOT comment out this line,modify the value of 'hostname' directly,or the installation will fail. +#DO NOT comment out this line, modify the value of "hostname" directly, or the installation will fail. hostname = reg.mydomain.com #The protocol for accessing the UI and token/notification service, by default it is http.