Files
panels/services/gateway-service
dependabot[bot] ffe1fd2212 Bump google.golang.org/grpc in /services/gateway-service
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 19:17:37 +00:00
..
2024-03-27 11:12:43 +00:00
2023-09-27 17:19:25 +01:00
2023-09-27 17:19:25 +01:00
2023-09-27 17:19:25 +01:00
2023-09-27 17:19:25 +01:00

Gateway Service

Configuration

Environment Variables

RPC Service Addresses:

PANEL_SVC_ADDR (Required)

  • e.g. "panel-service:9090"

POST_SVC_ADDR (Required)

  • e.g. "post-service:9090"

USER_SVC_ADDR (Required)

  • e.g. "user-service:9090"

AUTH_SVC_ADDR (Required)

  • e.g. "auth-service:9090"

COMMENT_SVC_ADDR (Required)

  • e.g. "comment-service:9090"

Auth:

JWT_PUBLIC_KEY (Required)

  • RSA Public Key encoded in base64 (used to verify JWT tokens created by the auth-service)