File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 11spp-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
1817skywalking-oap :
19- host : skywalking-oap
20- port : 12800
18+ host : ${SPP_OAP_HOST:- skywalking-oap}
19+ port : ${SPP_OAP_PORT:- 12800}
You can’t perform that action at this time.
0 commit comments