Authored by DengXinFei

Update global-autoconfig.properties

@@ -171,6 +171,12 @@ jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw== @@ -171,6 +171,12 @@ jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw==
171 jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306 171 jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306
172 jdbc.mysql.platform.erp_supplier.username = yh_test 172 jdbc.mysql.platform.erp_supplier.username = yh_test
173 173
  174 +#erp_passport
  175 +jdbc.mysql.erppassport.master=192.168.102.219:3306
  176 +jdbc.mysql.erppassport.slave=192.168.102.219:3306
  177 +jdbc.mysql.erppassport.username=yh_test
  178 +jdbc.mysql.erppassport.password=9nm0icOwt6bMHjMusIfMLw==
  179 +
174 ## mq or call erp 180 ## mq or call erp
175 erp.message.sync.type=MQ 181 erp.message.sync.type=MQ
176 182