Commit 65ac934a61816b11f5f8c90f01b3e3aa0e0a1c88
1 parent
1f234afc
1.prod配置文件修正
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -32,7 +32,7 @@ spring.datasource.hikari.validation-timeout= 3000 |
| 32 | 32 | ## gps client data |
| 33 | 33 | http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all |
| 34 | 34 | ## gateway real data |
| 35 | -http.gps.real.url= http://10.10.200.79:18080/transport_server/rtgps/ | |
| 35 | +http.gps.real.url= http://10.10.200.79:8080/transport_server/rtgps/ | |
| 36 | 36 | ## gateway send directive |
| 37 | 37 | http.send.directive= http://10.10.200.79:8080/transport_server/message/ |
| 38 | 38 | ## rfid data | ... | ... |