Skip to content

Commit a9888c4

Browse files
authored
Update spp-platform.yml
1 parent 65cf9c6 commit a9888c4

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

e2e/config/spp-platform.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
spp-platform:
2-
host: 0.0.0.0
3-
port: 5445
4-
access_token: "change-me"
2+
host: ${SPP_PLATFORM_HOST:-0.0.0.0}
3+
port: ${SPP_PLATFORM_PORT:-5445}
4+
access_token: ${SPP_SYSTEM_ACCESS_TOKEN:-change-me}
55
logging:
6-
level: trace
6+
level: ${SPP_LOGGING_LEVEL:-trace}
77
probe:
8-
bridge_port: 5450
8+
bridge_port: ${SPP_PROBE_BRIDGE_PORT:-5450}
99
marker:
10-
bridge_port: 5455
10+
bridge_port: ${SPP_MARKER_BRIDGE_PORT:-5455}
1111
processor:
12-
bridge_port: 5460
12+
bridge_port: ${SPP_PROCESSOR_BRIDGE_PORT:-5460}
1313

14-
redis:
15-
host: redis
16-
port: 6379
14+
storage:
15+
selector: ${SPP_STORAGE:-memory}
1716

1817
skywalking-oap:
19-
host: skywalking-oap
20-
port: 12800
18+
host: ${SPP_OAP_HOST:-skywalking-oap}
19+
port: ${SPP_OAP_PORT:-12800}

0 commit comments

Comments
 (0)