Authored by chunhua

update

@@ -125,6 +125,11 @@ jdbc.mysql.unions.slave.url=jdbc:mysql://192.168.102.219:3306/yh_unions @@ -125,6 +125,11 @@ jdbc.mysql.unions.slave.url=jdbc:mysql://192.168.102.219:3306/yh_unions
125 jdbc.mysql.unions.username=yh_test 125 jdbc.mysql.unions.username=yh_test
126 jdbc.mysql.unions.password=9nm0icOwt6bMHjMusIfMLw== 126 jdbc.mysql.unions.password=9nm0icOwt6bMHjMusIfMLw==
127 127
  128 +jdbc.mysql.yohopushcenter.username=yh_test
  129 +jdbc.mysql.yohopushcenter.password=9nm0icOwt6bMHjMusIfMLw==
  130 +
  131 +
  132 +
128 133
129 ### ****************************** database new *********************************** 134 ### ****************************** database new ***********************************
130 135
@@ -200,6 +205,10 @@ jdbc.mysql.yhboperations.slave=192.168.102.219:3306 @@ -200,6 +205,10 @@ jdbc.mysql.yhboperations.slave=192.168.102.219:3306
200 jdbc.mysql.unions.master=192.168.50.69:9980 205 jdbc.mysql.unions.master=192.168.50.69:9980
201 jdbc.mysql.unions.slave=192.168.102.219:3306 206 jdbc.mysql.unions.slave=192.168.102.219:3306
202 207
  208 +#push center
  209 +jdbc.mysql.yohopushcenter.master=192.168.50.69:9980
  210 +jdbc.mysql.yohopushcenter.slave=192.168.102.219:3306
  211 +
203 ## mq or call erp 212 ## mq or call erp
204 erp.message.sync.type=MQ 213 erp.message.sync.type=MQ
205 214