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
+1
View File
@@ -2,4 +2,5 @@
# Below all environment variables and default values
GRPC_PORT=50051
GRPC_ENABLE_REFLECTION=false
LOG_LEVEL=info