Merge pull request #1963 from ywk253100/170407_harborcfg

Fix word mistake in harbor.cfg
This commit is contained in:
Daniel Jiang 2017-04-07 19:19:29 +08:00 committed by GitHub
commit 8fee726fc4

View File

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