spp-platform:host |
0.0.0.0 |
Platform host to listen on |
spp-platform:jwt:enabled |
true |
Whether or not to enabled jwt access |
spp-platform:jwt:authorization_code |
change-me |
System authorization code |
spp-platform:http:port |
12800 |
Port to listen on for http connections |
spp-platform:http:ssl_enabled |
false |
Whether or not to use SSL on http(s) connections |
spp-platform:http:ssl_cert |
|
SSL certificate file path |
spp-platform:http:ssl_key |
|
SSL key file path |
spp-platform:http:redirect_to_https |
false |
Whether or not redirect http connections to https |
spp-platform:logging:level |
info |
Platform logging level |
spp-platform:pii-redaction:enabled |
true |
Whether or not to enable PII redaction |
spp-platform:client-access:enabled |
false |
Whether or not to enable client access |
spp-platform:client-access:accessors |
|
List of client accessors |
storage:selector |
memory |
Where live data is saved |
storage:redis:host |
localhost |
Host to connect to Redis |
storage:redis:port |
6379 |
Port to connect to Redis |
storage:redis:cluster:enabled |
false |
Whether or not to use clustering |
skywalking-core:host |
localhost |
Host to connect to SkyWalking |
skywalking-core:rest_port |
12801 |
Port to connect to SkyWalking REST API |
skywalking-core:grpc:port |
11800 |
Port to connect to SkyWalking gRPC API |
skywalking-core:grpc:ssl_enabled |
false |
Whether or not to use SSL on gRPC connections |
skywalking-core:grpc:ssl_key_path |
|
SSL key file path |
skywalking-core:grpc:ssl_cert_chain_path |
|
SSL certificate file path |
skywalking-core:grpc:ssl_trusted_ca_path |
|
SSL trusted CA file path |