mirror of
https://github.com/hexolan/panels.git
synced 2026-08-25 13:04:35 +01:00
bf8f83d207
Bumps the go_modules group with 1 update in the /services/gateway-service directory: [golang.org/x/net](https://github.com/golang/net). Bumps the go_modules group with 1 update in the /services/panel-service directory: [golang.org/x/net](https://github.com/golang/net). Bumps the go_modules group with 1 update in the /services/post-service directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.48.0 to 0.55.0 - [Commits](https://github.com/golang/net/compare/v0.48.0...v0.55.0) Updates `golang.org/x/net` from 0.48.0 to 0.55.0 - [Commits](https://github.com/golang/net/compare/v0.48.0...v0.55.0) Updates `golang.org/x/net` from 0.48.0 to 0.55.0 - [Commits](https://github.com/golang/net/compare/v0.48.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
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)