From 2a53c64c5949f0010bd89690b9b15c8a0f4e863e Mon Sep 17 00:00:00 2001 From: yixingj Date: Mon, 25 Sep 2017 13:33:45 +0800 Subject: [PATCH] move database configuration to HA only seciton --- make/harbor.cfg | 9 --------- 1 file changed, 9 deletions(-) diff --git a/make/harbor.cfg b/make/harbor.cfg index 57c716062d..8ad8e1853a 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -11,15 +11,6 @@ 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