diff --git a/Deploy/templates/jobservice/env b/Deploy/templates/jobservice/env index f40d836..079cc36 100644 --- a/Deploy/templates/jobservice/env +++ b/Deploy/templates/jobservice/env @@ -4,6 +4,6 @@ MYSQL_USR=root MYSQL_PWD=$db_password UI_SECRET=$ui_secret HARBOR_URL=$ui_url -MAX_JOB_WORKERS=10 +MAX_JOB_WORKERS=$max_job_workers LOG_LEVEL=debug GODEBUG=netdns=cgo diff --git a/Deploy/templates/ui/app.conf b/Deploy/templates/ui/app.conf index 6d8f157..58e1194 100644 --- a/Deploy/templates/ui/app.conf +++ b/Deploy/templates/ui/app.conf @@ -3,7 +3,7 @@ runmode = dev [lang] types = en-US|zh-CN -names = English|中文 +names = English|Chinese [dev] httpport = 80