Environment variables
The gateway (the integration entry point) is configured by environment. The categories below are stable; treat the names as illustrative until confirmed per release.
| Variable | Purpose |
|---|---|
PUBLIC_URL |
The externally reachable base URL the gateway advertises (drives connection-info). |
JWT_SECRET |
Shared HS256 secret with the identity service for access-token validation. |
LISTEN_ADDR |
The address/port the gateway binds. |
QUOTA_PER_PROJECT / QUOTA_PER_ORG |
Sliding-window rate/quota limits. |
MAX_ONTOLOGY_EDITS |
Edit budget for Advanced-mode ontology commits. |
| (data foundation) | Endpoints for the context graph and supporting stores. |
For the broader configuration model across all services and postures, see Configuration & environment. For the secret-management backends Fabric supports (Azure Key Vault, AWS Secrets Manager, Google Secret Manager, HashiCorp Vault), see Deployment postures.
