Skip to content

Commit ef31419

Browse files
committed
1 parent 977d86a commit ef31419

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Add `spp-probe.yml` to working directory (or set `SPP_PROBE_CONFIG_FILE` env):
3434
```yml
3535
spp:
3636
platform_host: "localhost"
37-
ssl_enabled: false
3837
skywalking:
3938
collector:
4039
backend_service: "localhost:11800"

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ services:
1111
environment:
1212
- JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5106
1313
- SPP_LOGGING_LEVEL=trace
14-
- SW_RECEIVER_GRPC_SSL_ENABLED=false #todo: fix this and config.secure = false
15-
- SPP_HTTP_SSL_ENABLED=false #todo; Change back to ssl once the library works with self-signed certs
16-
- SPP_GRPC_SSL_ENABLED=false

spp-probe.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ spp-probe:
33
grpc_port: 11800
44
rest_port: 12800
55
quiet_mode: false
6-
verify_host: false
7-
ssl_enabled: false
86
authentication:
97
client_id: "test-id"
108
client_secret: "test-secret"

0 commit comments

Comments
 (0)