Skip to content

Commit b4b9835

Browse files
Merge pull request apache#611 from OpenSkywalking/feature/reset-ports
Reset ports.
2 parents 092d9ce + 80b5851 commit b4b9835

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apm-collector/apm-collector-boot/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
naming:
66
jetty:
77
host: localhost
8-
port: 12800
8+
port: 10800
99
context_path: /
1010
remote:
1111
gRPC:
1212
host: localhost
13-
port: 10800
13+
port: 11800
1414
agent_gRPC:
1515
gRPC:
1616
host: localhost

apm-collector/apm-collector-core/src/main/resources/application-default.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ cache:
66
guava:
77
queue:
88
disruptor:
9-
remote:
10-
gRPC:
11-
host: localhost
12-
port: 11800
139
naming:
1410
jetty:
1511
host: localhost
1612
port: 10800
1713
context_path: /
14+
remote:
15+
gRPC:
16+
host: localhost
17+
port: 11800
1818
agent_gRPC:
1919
gRPC:
2020
host: localhost

0 commit comments

Comments
 (0)