feat(transport): added ability to enable gRPC reflection

This commit is contained in:
ITQ
2025-10-27 22:35:53 +03:00
parent db44030c9f
commit 21935804f9
4 changed files with 20 additions and 4 deletions
+3 -2
View File
@@ -33,8 +33,9 @@ And setup env vars according to your needs.
## Configuration
```bash
GRPC_PORT=50051 # gRPC server port
LOG_LEVEL=info # logging severity (debug, info, warn, error)
GRPC_PORT=50051 # gRPC server port
GRPC_ENABLE_REFLECTION=false # whether to enable gRPC reflection or not
LOG_LEVEL=info # logging severity (debug, info, warn, error)
```
## Running