Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 569ebe7

Browse files
committed
Log Cache gRPC
1 parent a6111a6 commit 569ebe7

7 files changed

Lines changed: 1018 additions & 191 deletions

File tree

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ PUBLIC_LOGO_WIDTH="100%"
4343

4444
# Links for documentation and for other reasons. No default
4545
API_EXPLORER_URL=http://localhost:5173
46+
47+
# OBP gRPC endpoint (used for live log-cache streaming). Server-only — the browser talks to SvelteKit's /backend/log-cache/stream SSE proxy, never directly to gRPC.
48+
OBP_GRPC_HOST=localhost:50051
49+
OBP_GRPC_AUTH_METADATA_KEY=authorization
50+
OBP_GRPC_AUTH_METADATA_VALUE_TEMPLATE=Bearer {token}

0 commit comments

Comments
 (0)