From 1e50318f95f8018c9ed7a9739d8555e2e8ec1e3b Mon Sep 17 00:00:00 2001 From: Henry Zhang Date: Mon, 4 Apr 2016 11:20:52 +0800 Subject: [PATCH] update harbor.cfg --- Deploy/harbor.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Deploy/harbor.cfg b/Deploy/harbor.cfg index 3bf02a7fd..16440e31b 100644 --- a/Deploy/harbor.cfg +++ b/Deploy/harbor.cfg @@ -1,10 +1,11 @@ ## CONFIGURATIONS -#The endpoint for user to access UI and registry service -hostname = mydomain.com +#The IP address or hostname to access UI and registry service. +#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 #User can set it to https if ssl is setup on nginx ui_url_protocol = http -#Email settings for ui to send password resetting emails +# Email settings for ui to send password resetting emails email_server = smtp.mydomain.com email_server_port = 25 email_username = sample_admin@mydomain.com