diff --git a/make/harbor.cfg b/make/harbor.cfg index b476812e4..29202b4eb 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -33,6 +33,7 @@ admiral_url = NA #NOTES: The properties between BEGIN INITIAL PROPERTIES and END INITIAL PROPERTIES #only take effect in the first boot, the subsequent changes of these properties #should be performed on web ui + #************************BEGIN INITIAL PROPERTIES************************ #Email account settings for sending out password resetting emails. @@ -95,6 +96,6 @@ project_creation_restriction = everyone #Determine whether the job service should verify the ssl cert when it connects to a remote registry. #Set this flag to off when the remote registry uses a self-signed or untrusted certificate. verify_remote_cert = on -#************************BEGIN INITIAL PROPERTIES************************ +#************************END INITIAL PROPERTIES************************ #############