We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8744c commit b3bd596Copy full SHA for b3bd596
boot/src/test/resources/spp-test-probe.yml
@@ -1,8 +1,9 @@
1
spp:
2
enabled: ${SPP_PROBE_ENABLED:-true}
3
authentication:
4
- client_id: "test-id"
5
- client_secret: "test-secret"
+ client_id: ${SPP_PROBE_CLIENT_ID:-test-id}
+ client_secret: ${SPP_PROBE_CLIENT_SECRET:-test-secret}
6
+ tenant_id: ${SPP_PROBE_TENANT_ID:-test-tenant}
7
probe_id: ${SPP_PROBE_ID:-}
8
platform_host: ${SPP_PROBE_PLATFORM_HOST:-localhost}
9
platform_port: ${SPP_PROBE_PLATFORM_PORT:-12800}
0 commit comments