Commit 2a78f8323f63d0ebaf6ecf29d24f82b243c0e00f
1 parent
f7e83f45
update..
Showing
1 changed file
with
8 additions
and
2 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -7,6 +7,12 @@ management.address= 127.0.0.1 |
| 7 | 7 | ### gps client |
| 8 | 8 | gps.server.pd=10.10.150.21 |
| 9 | 9 | gps.port.pd=8899 |
| 10 | -gps.server.pf=180.166.5.82 | |
| 11 | -gps.port.pf=9030 | |
| 10 | +#gps.server.pf=180.166.5.82 | |
| 11 | +#gps.port.pf=9030 | |
| 12 | + | |
| 13 | +# | |
| 14 | +### gps client ¼Î¶¨ | |
| 15 | +#gps.server.pd=192.168.160.151 | |
| 16 | +#gps.port.pd=8899 | |
| 17 | + | |
| 12 | 18 | forward.device.name=client99 |
| 13 | 19 | \ No newline at end of file | ... | ... |