implement grpc gateway for http api
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
"definitions": {
|
||||
"ConfigGRPCConfig": {
|
||||
"properties": {
|
||||
"enableGRPCGateway": {
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"enableInstrumentation": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -11,6 +15,10 @@
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"grpcGatewayPath": {
|
||||
"default": "/grpc-api",
|
||||
"type": "string"
|
||||
},
|
||||
"listen": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user