new: grpc server certificates config

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2019-09-16 05:31:19 +00:00 committed by Leo Di Donato
parent b682f5c344
commit bc42c075cb

View File

@ -172,6 +172,9 @@ grpc:
enabled: true enabled: true
bind_address: "0.0.0.0:5060" bind_address: "0.0.0.0:5060"
threadiness: 8 threadiness: 8
private_key: ""
cert_chain: ""
root_certs: ""
grpc_output: grpc_output:
enabled: true enabled: true