-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
24 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SealGate gateway coordinates. Export these in your shell (or your runtime sets
# them). All config is read from the environment only.
# Gateway origin (no /mcp suffix). Defaults to http://localhost:3000 when unset.
SEALGATE_URL=https://mcp.sealgate.ai
# SealGate API key from https://dashboard.sealgate.ai. Optional: leave unset when
# an upstream proxy injects Authorization. When set, it is embedded in the
# /mcp/{key}/ path.
# SEALGATE_API_KEY=ew_live_...
# Zero-knowledge secret key, only needed for tools that decrypt stored secrets.
# Generate it at https://dashboard.sealgate.ai/dashboard/settings.
# SEALGATE_SECRET_KEY=...
# Stable conversation id for audit/trifecta continuity. Falls back to
# CENTAUR_THREAD_KEY, which some agent runtimes set automatically.
# SEALGATE_CONVERSATION_ID=...
# CA bundle for a MITM egress proxy (first of these that is set wins), so sealg
# trusts the proxy's CA.
# SSL_CERT_FILE=/etc/ssl/proxy-ca.pem
# REQUESTS_CA_BUNDLE=/etc/ssl/proxy-ca.pem
# NODE_EXTRA_CA_CERTS=/etc/ssl/proxy-ca.pem