Skip to content

Commit 4fcda07

Browse files
committed
1 parent 951959d commit 4fcda07

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,14 @@ Add `spp-probe.yml` to working directory (or set `SPP_PROBE_CONFIG_FILE` env):
2626
```yml
2727
spp:
2828
platform_host: "localhost"
29-
ssl_enabled: false
3029
```
3130
3231
Or construct with dict:
3332
3433
```python
3534
from sourceplusplus.SourcePlusPlus import SourcePlusPlus
3635
SourcePlusPlus({
37-
"spp.platform_host": "localhost",
38-
"spp.ssl_enabled": False
36+
"spp.platform_host": "localhost"
3937
}).attach()
4038
```
4139

tests/probe_config/resources/base-config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
spp:
22
platform_host: "spp-platform"
33
platform_port: 12800
4-
ssl_enabled: false
54
skywalking:
65
logging:
76
level: "WARN"

0 commit comments

Comments
 (0)