Authored by meibaocai

Update global-autoconfig.properties

@@ -106,6 +106,14 @@ jdbc.mysql.yhsetting.slave=192.168.102.219:3306 @@ -106,6 +106,14 @@ jdbc.mysql.yhsetting.slave=192.168.102.219:3306
106 jdbc.mysql.yhsetting.username=yh_test 106 jdbc.mysql.yhsetting.username=yh_test
107 jdbc.mysql.yhsetting.password=9nm0icOwt6bMHjMusIfMLw== 107 jdbc.mysql.yhsetting.password=9nm0icOwt6bMHjMusIfMLw==
108 108
  109 +#yoho-message配置读写分离
  110 +jdbc.mysql.yhmessage.master=192.168.102.219:3306
  111 +jdbc.mysql.yhmessage.slave=192.168.102.219:3306
  112 +jdbc.mysql.yhmessage.username=yh_test
  113 +jdbc.mysql.yhmessage.password=9nm0icOwt6bMHjMusIfMLw==
  114 +
  115 +readOnlyInSlave=false
  116 +
109 #yoho_sms 117 #yoho_sms
110 jdbc.mysql.yohosms.master=192.168.102.219:3306 118 jdbc.mysql.yohosms.master=192.168.102.219:3306
111 jdbc.mysql.yohosms.slave=192.168.102.219:3306 119 jdbc.mysql.yohosms.slave=192.168.102.219:3306