Showing
1 changed file
with
6 additions
and
26 deletions
1 | +android_pushlog_name = android_push.${local_ip} | ||
2 | + | ||
1 | autoconfig.properties = sharedAutoconfig | 3 | autoconfig.properties = sharedAutoconfig |
2 | 4 | ||
3 | autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties | 5 | autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties |
4 | 6 | ||
5 | db.batch.size = 100000 | 7 | db.batch.size = 100000 |
6 | 8 | ||
7 | -fileLayoutPattern = ${fileLayoutPattern} | ||
8 | - | ||
9 | getui.appid = Rzwp6SnIbr5U7sgaxVsLA8 | 9 | getui.appid = Rzwp6SnIbr5U7sgaxVsLA8 |
10 | getui.appkey = jYlLaLbRm972pOzZx5pzQA | 10 | getui.appkey = jYlLaLbRm972pOzZx5pzQA |
11 | getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA | 11 | getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA |
12 | 12 | ||
13 | -getui.default.size = 10 | 13 | +getui.default.size = 1000 |
14 | 14 | ||
15 | getui.host = http://sdk.open.api.igexin.com/apiex.htm | 15 | getui.host = http://sdk.open.api.igexin.com/apiex.htm |
16 | getui.mastersecret = iQ6Z7sbDge9I5vHOBI5iA2 | 16 | getui.mastersecret = iQ6Z7sbDge9I5vHOBI5iA2 |
17 | 17 | ||
18 | -ios.default.size = 10 | 18 | +ios.default.size = 1000 |
19 | 19 | ||
20 | -ios.keystore = /home/test/certs/yoho_push.p12 | 20 | +ios.keystore = /yoho_push.p12 |
21 | ios.password = 123456 | 21 | ios.password = 123456 |
22 | 22 | ||
23 | -java.logs.home = /home/test/yoho-push/deploy/logs/push/ | ||
24 | - | ||
25 | -jdbc.mysql.push.master.password = yh_test | ||
26 | -jdbc.mysql.push.master.url = jdbc:mysql://192.168.50.69:9980/q_msg_system | ||
27 | -jdbc.mysql.push.master.username = yh_test | ||
28 | -jdbc.mysql.push.slave.password = yh_test | ||
29 | -jdbc.mysql.push.slave.url = jdbc:mysql://192.168.102.219:3306/q_msg_system | ||
30 | -jdbc.mysql.push.slave.username = yh_test | ||
31 | -jdbc.mysql.pushlog.master.password = yh_test | ||
32 | -jdbc.mysql.pushlog.master.url = jdbc:mysql://192.168.50.69:9980/q_msg_system | ||
33 | -jdbc.mysql.pushlog.master.username = yh_test | ||
34 | -jdbc.mysql.pushlog.slave.password = yh_test | ||
35 | -jdbc.mysql.pushlog.slave.url = jdbc:mysql://192.168.50.69:9980/q_msg_system | ||
36 | -jdbc.mysql.pushlog.slave.username = yh_test | ||
37 | -jdbc.mysql.yohologs.slave = 192.168.50.69:9980 | ||
38 | - | ||
39 | -local_ip = \\${local_ip} | ||
40 | - | ||
41 | -mongo.inbox.dbname = inbox | ||
42 | -mongo.inbox.host = 192.168.50.69 | ||
43 | -mongo.inbox.port = 27017 | 23 | +ios_pushlog_name = ios_push.${local_ip} |
44 | 24 | ||
45 | push.ios.custom.key = custom_content | 25 | push.ios.custom.key = custom_content |
46 | 26 |
-
Please register or login to post a comment