config
This commit is contained in:
parent
fe58a2d37d
commit
215ff8c264
|
@ -20,12 +20,12 @@ storage:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
grpc:
|
grpc:
|
||||||
ip: localhost #192.168.1.25
|
ip: 10.73.187.58 #192.168.1.25
|
||||||
enable: true
|
enable: true
|
||||||
port: 8089
|
port: 8089
|
||||||
solidarity-api:
|
solidarity-api:
|
||||||
enable: true
|
enable: true
|
||||||
address: localhost:9999 #192.168.1.25:9999
|
address: 10.73.187.58:9999 #192.168.1.25:9999
|
||||||
|
|
||||||
routing:
|
routing:
|
||||||
type: valhalla
|
type: valhalla
|
||||||
|
|
Loading…
Reference in New Issue