Authored by chaogeng

Update global-autoconfig.properties

... ... @@ -115,6 +115,10 @@ jdbc.mysql.yohoactivity.password=9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.yhguang.username=yh_test
jdbc.mysql.yhguang.password=9nm0icOwt6bMHjMusIfMLw==
#yh_grass
jdbc.mysql.yhgrass.username=yh_test
jdbc.mysql.yhgrass.password=9nm0icOwt6bMHjMusIfMLw==
#yhspecial
jdbc.mysql.yhspecial.username=yh_test
jdbc.mysql.yhspecial.password=9nm0icOwt6bMHjMusIfMLw==
... ... @@ -252,6 +256,10 @@ jdbc.mysql.yohoactivity.slave=read.passport.yohoops.org:3306
jdbc.mysql.yhguang.master=write.cms.yohoops.org:3306
jdbc.mysql.yhguang.slave=read.cms.yohoops.org:3306
#yh_grass
jdbc.mysql.yhgrass.master=write.cms.yohoops.org:3306
jdbc.mysql.yhgrass.slave=read.cms.yohoops.org:3306
#yh_special
jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
... ...