Authored by jack.lee

commit autoconfig.

... ... @@ -32,6 +32,9 @@ jdbc.mysql.pushlog.master.username = yh_test
jdbc.mysql.pushlog.slave.password = yh_test
jdbc.mysql.pushlog.slave.url = jdbc:mysql://192.168.50.69:9980/q_msg_system
jdbc.mysql.pushlog.slave.username = yh_test
jdbc.mysql.yhpush.master = 192.168.50.69:9980
jdbc.mysql.yhpush.slave = 192.168.50.69:9980
jdbc.mysql.yohologs.slave = 192.168.50.69:9980
mongo.inbox.dbname = inbox
mongo.inbox.host = 192.168.50.69
... ... @@ -39,4 +42,6 @@ mongo.inbox.port = 27017
push.ios.custom.key = custom_content
yoho.push.env.namespace = push
yoho.push.env.namespace = push
yoho.push.env.serverport = 9
yoho.push.env.webapphome = /home/test/yoho-push/deploy
... ...