From b13778ef5c246338a2c3bbddb6b92ddb4387bedd Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Mon, 20 Jun 2016 19:06:51 +0800 Subject: [PATCH] fix typo, refine description --- Deploy/harbor.cfg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Deploy/harbor.cfg b/Deploy/harbor.cfg index e854d28..7cd7548 100644 --- a/Deploy/harbor.cfg +++ b/Deploy/harbor.cfg @@ -35,11 +35,13 @@ db_password = root123 #Turn on or off the self-registration feature self_registration = on -#Turn on or off the customize your certicate -customize_crt = on +#Number of job workers in job service, default is 3 +max_job_workers = 3 -#Number of job workers in job service, default is 10 -max_job_workers = 10 +#Turn on or off the customize your certificate for registry's token. +#If the value is on, the prepare script will generate new root cert and private key +#for generating token to access the image in registry. +customize_crt = on #fill in your certicate message crt_country = CN