Merge branch 'makedatabgaseconfigurable' of github.com:yixingjia/harbor into makedatabgaseconfigurable

This commit is contained in:
yixingj 2017-09-25 13:31:35 +08:00
commit 6df2623956

View File

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