diff --git a/falco.yaml b/falco.yaml index af3b254d..428fdd8c 100644 --- a/falco.yaml +++ b/falco.yaml @@ -166,4 +166,11 @@ program_output: http_output: enabled: false - url: http://some.url \ No newline at end of file + url: http://some.url + +grpc: + enabled: true + bind_address: "0.0.0.0:5060" + +grpc_output: + enabled: true \ No newline at end of file