feat: added http gateway for grpc

This commit is contained in:
ITQ
2025-11-04 15:18:54 +03:00
parent 2102694712
commit 9d58fe0b41
8 changed files with 517 additions and 30 deletions
+2
View File
@@ -35,6 +35,8 @@ And setup env vars according to your needs.
```bash
GRPC_PORT=50051 # gRPC server port
GRPC_ENABLE_REFLECTION=false # whether to enable gRPC reflection or not
HTTP_HANDLER_ENABLE=false # whether to enable HTTP gateway or not
HTTP_PORT=8080 # HTTP gateway port
LOG_LEVEL=info # logging severity (debug, info, warn, error)
```