Commit 761c261c5e79dbf7b237e82cfdb409725ebec5fc
1 parent
02716315
update...
Showing
1 changed file
with
4 additions
and
3 deletions
src/main/resources/application-prod.properties
| @@ -23,8 +23,9 @@ spring.datasource.test-on-return=true | @@ -23,8 +23,9 @@ spring.datasource.test-on-return=true | ||
| 23 | spring.datasource.test-while-idle=true | 23 | spring.datasource.test-while-idle=true |
| 24 | spring.datasource.validation-query=select 1 | 24 | spring.datasource.validation-query=select 1 |
| 25 | 25 | ||
| 26 | -## | ||
| 27 | -##\u5B9E\u65F6gps | 26 | +## gps client data |
| 27 | +http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all | ||
| 28 | +## gateway real data | ||
| 28 | http.gps.real.url= http://10.10.150.21:8080/transport_server/rtgps/ | 29 | http.gps.real.url= http://10.10.150.21:8080/transport_server/rtgps/ |
| 29 | -##\u6D88\u606F\u4E0B\u53D1 | 30 | +## gateway send directive |
| 30 | http.send.directive = http://10.10.150.21:8080/transport_server/message/ | 31 | http.send.directive = http://10.10.150.21:8080/transport_server/message/ |
| 31 | \ No newline at end of file | 32 | \ No newline at end of file |