Commit 8265fbdb6c96af23b2d0cc940ca4b50c227bb1d9
1 parent
0915b1df
加入gps client相关配置
Showing
2 changed files
with
20 additions
and
4 deletions
src/main/resources/application-dev.properties
| @@ -29,7 +29,15 @@ spring.datasource.validation-query=select 1 | @@ -29,7 +29,15 @@ spring.datasource.validation-query=select 1 | ||
| 29 | ## | 29 | ## |
| 30 | #222.66.0.204:5555 | 30 | #222.66.0.204:5555 |
| 31 | ##\u5B9E\u65F6gps | 31 | ##\u5B9E\u65F6gps |
| 32 | -http.gps.real.url= http://114.80.178.12:18080/transport_server/rtgps/ | 32 | +#http.gps.real.url= http://114.80.178.12:18080/transport_server/rtgps/ |
| 33 | #http.gps.real.url= http://27.115.69.123:8800/transport_server/rtgps/ | 33 | #http.gps.real.url= http://27.115.69.123:8800/transport_server/rtgps/ |
| 34 | ##\u6D88\u606F\u4E0B\u53D1 | 34 | ##\u6D88\u606F\u4E0B\u53D1 |
| 35 | -http.send.directive = http://192.168.168.201:9090/transport_server/message/ | ||
| 36 | \ No newline at end of file | 35 | \ No newline at end of file |
| 36 | +http.send.directive = http://192.168.168.201:9090/transport_server/message/ | ||
| 37 | + | ||
| 38 | + | ||
| 39 | +## gps client | ||
| 40 | +gps.server.pd=114.80.178.12 | ||
| 41 | +gps.port.pd=8899 | ||
| 42 | +gps.server.pf=180.166.5.82 | ||
| 43 | +gps.port.pf=9030 | ||
| 44 | +forward.device.name=client98 | ||
| 37 | \ No newline at end of file | 45 | \ No newline at end of file |
src/main/resources/application-prod.properties
| @@ -25,6 +25,14 @@ spring.datasource.validation-query=select 1 | @@ -25,6 +25,14 @@ spring.datasource.validation-query=select 1 | ||
| 25 | 25 | ||
| 26 | ## | 26 | ## |
| 27 | ##\u5B9E\u65F6gps | 27 | ##\u5B9E\u65F6gps |
| 28 | -http.gps.real.url= http://10.10.150.21:8080/transport_server/rtgps/ | 28 | +#http.gps.real.url= http://10.10.150.21:8080/transport_server/rtgps/ |
| 29 | ##\u6D88\u606F\u4E0B\u53D1 | 29 | ##\u6D88\u606F\u4E0B\u53D1 |
| 30 | -http.send.directive = http://10.10.150.21:8080/transport_server/message/ | ||
| 31 | \ No newline at end of file | 30 | \ No newline at end of file |
| 31 | +http.send.directive = http://10.10.150.21:8080/transport_server/message/ | ||
| 32 | + | ||
| 33 | + | ||
| 34 | +## gps client | ||
| 35 | +gps.server.pd=10.10.150.21 | ||
| 36 | +gps.port.pd=8899 | ||
| 37 | +gps.server.pf=180.166.5.82 | ||
| 38 | +gps.port.pf=9030 | ||
| 39 | +forward.device.name=client98 | ||
| 32 | \ No newline at end of file | 40 | \ No newline at end of file |