Commit 1ea29dd6ad21faf743e38995a59f7fbe6908908c
1 parent
23b013de
浦交网关信息变更
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -26,6 +26,6 @@ spring.datasource.validation-query=select 1 |
| 26 | 26 | ## gps client data |
| 27 | 27 | http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all |
| 28 | 28 | ## gateway real data |
| 29 | -http.gps.real.url= http://10.10.150.21:8080/transport_server/rtgps/ | |
| 29 | +http.gps.real.url= http://10.10.200.79:8080/transport_server/rtgps/ | |
| 30 | 30 | ## gateway send directive |
| 31 | -http.send.directive = http://10.10.150.21:8080/transport_server/message/ | |
| 32 | 31 | \ No newline at end of file |
| 32 | +http.send.directive = http://10.10.200.79:8080/transport_server/message/ | |
| 33 | 33 | \ No newline at end of file | ... | ... |