Authored by DengXinFei

消息中心数据库迁移

datasources:
q_msg_system:
servers:
- ${jdbc.mysql.yhpush.master}
- ${jdbc.mysql.yhpush.slave}
username: ${jdbc.mysql.yhpush.username}
password: ${jdbc.mysql.yhpush.password}
- ${jdbc.mysql.msgCenter.master}
- ${jdbc.mysql.msgCenter.slave}
username: ${jdbc.mysql.msgCenter.username}
password: ${jdbc.mysql.msgCenter.password}
maxConnections: 80
yh_inbox:
... ...