mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 16:48:30 +01:00
bugfix: max_job_workers is ignored in prepare
This commit is contained in:
parent
f6a9f67613
commit
7a854cbfa5
@ -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
|
||||
|
@ -3,7 +3,7 @@ runmode = dev
|
||||
|
||||
[lang]
|
||||
types = en-US|zh-CN
|
||||
names = English|中文
|
||||
names = English|Chinese
|
||||
|
||||
[dev]
|
||||
httpport = 80
|
||||
|
Loading…
Reference in New Issue
Block a user