Commit 984f37d318ff87a4ac535d9a38b7ca558b35de7f
1 parent
4a2b4c1d
1.网关地址修改
Showing
1 changed file
with
17 additions
and
17 deletions
src/main/resources/application-prod.properties
| 1 | -server.port=12580 | |
| 2 | -management.port= 12500 | |
| 3 | -management.address= 127.0.0.1 | |
| 4 | - | |
| 5 | - | |
| 6 | -# | |
| 7 | -### gps client | |
| 8 | -gps.server.pd=10.10.150.21 | |
| 9 | -gps.port.pd=8899 | |
| 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 | - | |
| 1 | +server.port=12580 | |
| 2 | +management.port= 12500 | |
| 3 | +management.address= 127.0.0.1 | |
| 4 | + | |
| 5 | + | |
| 6 | +# | |
| 7 | +### gps client | |
| 8 | +gps.server.pd=10.10.200.79 | |
| 9 | +gps.port.pd=8899 | |
| 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 | + | |
| 18 | 18 | forward.device.name=client99 |
| 19 | 19 | \ No newline at end of file | ... | ... |