mirror of
https://github.com/goharbor/harbor
synced 2025-04-14 16:51:29 +00:00
Merge branch 'makedatabgaseconfigurable' of github.com:yixingjia/harbor into makedatabgaseconfigurable
This commit is contained in:
commit
6df2623956
|
@ -11,6 +11,15 @@ ui_url_protocol = http
|
|||
#The password for the root user of mysql db, change this before any production use.
|
||||
db_password = root123
|
||||
|
||||
#the address of the mysql database. Don't change in standalone model
|
||||
db_host = mysql
|
||||
|
||||
#The port of mysql database host
|
||||
db_port = 3306
|
||||
|
||||
#The user name of mysql database
|
||||
db_user = root
|
||||
|
||||
#Maximum number of job workers in job service
|
||||
max_job_workers = 3
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user