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 1f30dc3 commit d479fdcCopy full SHA for d479fdc
README.md
@@ -35,8 +35,7 @@ Or construct with dict:
35
from sourceplusplus.SourcePlusPlus import SourcePlusPlus
36
SourcePlusPlus({
37
"spp.platform_host": "localhost",
38
- "spp.ssl_enabled": False,
39
- "skywalking.collector.backend_service": "localhost:11800"
+ "spp.ssl_enabled": False
40
}).attach()
41
```
42
0 commit comments