Skip to content

Commit b3bd596

Browse files
committed
chore: env vars
1 parent 0c8744c commit b3bd596

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

boot/src/test/resources/spp-test-probe.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
spp:
22
enabled: ${SPP_PROBE_ENABLED:-true}
33
authentication:
4-
client_id: "test-id"
5-
client_secret: "test-secret"
4+
client_id: ${SPP_PROBE_CLIENT_ID:-test-id}
5+
client_secret: ${SPP_PROBE_CLIENT_SECRET:-test-secret}
6+
tenant_id: ${SPP_PROBE_TENANT_ID:-test-tenant}
67
probe_id: ${SPP_PROBE_ID:-}
78
platform_host: ${SPP_PROBE_PLATFORM_HOST:-localhost}
89
platform_port: ${SPP_PROBE_PLATFORM_PORT:-12800}

0 commit comments

Comments
 (0)