Skip to content

Commit

Permalink
turn off gRPC Interceptor in default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Apr 2, 2021
1 parent 06fe46f commit 4d5c211
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conf/grpc_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ grpc:
#tls:
# tls_cert: $CBSPIDER_ROOT/certs/server.crt
# tls_key: $CBSPIDER_ROOT/certs/server.key
interceptors:
#interceptors:
#auth_jwt:
# jwt_key: your_secret_key
prometheus_metrics:
listen_port: 9092
opentracing:
jaeger:
endpoint: localhost:6831
service_name: spider grpc server
sample_rate: 1
#prometheus_metrics:
# listen_port: 9092
#opentracing:
# jaeger:
# endpoint: localhost:6831
# service_name: spider grpc server
# sample_rate: 1

0 comments on commit 4d5c211

Please sign in to comment.