Merge pull request #611 from OpenSkywalking/feature/reset-ports
Reset ports.
This commit is contained in:
commit
b4b9835a89
|
|
@ -5,12 +5,12 @@
|
|||
naming:
|
||||
jetty:
|
||||
host: localhost
|
||||
port: 12800
|
||||
port: 10800
|
||||
context_path: /
|
||||
remote:
|
||||
gRPC:
|
||||
host: localhost
|
||||
port: 10800
|
||||
port: 11800
|
||||
agent_gRPC:
|
||||
gRPC:
|
||||
host: localhost
|
||||
|
|
|
|||
|
|
@ -6,15 +6,15 @@ cache:
|
|||
guava:
|
||||
queue:
|
||||
disruptor:
|
||||
remote:
|
||||
gRPC:
|
||||
host: localhost
|
||||
port: 11800
|
||||
naming:
|
||||
jetty:
|
||||
host: localhost
|
||||
port: 10800
|
||||
context_path: /
|
||||
remote:
|
||||
gRPC:
|
||||
host: localhost
|
||||
port: 11800
|
||||
agent_gRPC:
|
||||
gRPC:
|
||||
host: localhost
|
||||
|
|
|
|||
Loading…
Reference in New Issue