Showing
1 changed file
with
4 additions
and
0 deletions
@@ -4,6 +4,8 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig | @@ -4,6 +4,8 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig | ||
4 | 4 | ||
5 | db.batch.size = 100000 | 5 | db.batch.size = 100000 |
6 | 6 | ||
7 | +fileLayoutPattern = ${fileLayoutPattern} | ||
8 | + | ||
7 | getui.appid = Rzwp6SnIbr5U7sgaxVsLA8 | 9 | getui.appid = Rzwp6SnIbr5U7sgaxVsLA8 |
8 | getui.appkey = jYlLaLbRm972pOzZx5pzQA | 10 | getui.appkey = jYlLaLbRm972pOzZx5pzQA |
9 | getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA | 11 | getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA |
@@ -34,6 +36,8 @@ jdbc.mysql.pushlog.slave.url = jdbc:mysql://192.168.50.69:9980/q_msg_syst | @@ -34,6 +36,8 @@ jdbc.mysql.pushlog.slave.url = jdbc:mysql://192.168.50.69:9980/q_msg_syst | ||
34 | jdbc.mysql.pushlog.slave.username = yh_test | 36 | jdbc.mysql.pushlog.slave.username = yh_test |
35 | jdbc.mysql.yohologs.slave = 192.168.50.69:9980 | 37 | jdbc.mysql.yohologs.slave = 192.168.50.69:9980 |
36 | 38 | ||
39 | +local_ip = ${local_ip} | ||
40 | + | ||
37 | mongo.inbox.dbname = inbox | 41 | mongo.inbox.dbname = inbox |
38 | mongo.inbox.host = 192.168.50.69 | 42 | mongo.inbox.host = 192.168.50.69 |
39 | mongo.inbox.port = 27017 | 43 | mongo.inbox.port = 27017 |
-
Please register or login to post a comment