We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9888c4 commit 80379c0Copy full SHA for 80379c0
e2e/config/spp-platform.yml
@@ -10,6 +10,10 @@ spp-platform:
10
bridge_port: ${SPP_MARKER_BRIDGE_PORT:-5455}
11
processor:
12
bridge_port: ${SPP_PROCESSOR_BRIDGE_PORT:-5460}
13
+ live-instrument:
14
+ enabled: ${SPP_PROCESSOR_LIVE_INSTRUMENT_ENABLED:-true}
15
+ live-view:
16
+ enabled: ${SPP_PROCESSOR_LIVE_VIEW_ENABLED:-true}
17
18
storage:
19
selector: ${SPP_STORAGE:-memory}
0 commit comments