1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- sandbox:
- enabled: true
- homepage:
- enabled: false
- supergraph:
- introspection: true
- override_subgraph_url:
- auth: http://host.docker.internal:3128/query
- include_subgraph_errors:
- all: true
- headers:
- all:
- request:
- - propagate:
- named: "Authorization"
- - propagate:
- named: "X-Instance-ID"
- cors:
- origins:
- - http://localhost:3000
- traffic_shaping:
- deduplicate_variables: true
- router:
- timeout: 15s
- global_rate_limit:
- capacity: 1000
- interval: 1s
- telemetry:
- metrics:
- common:
- service_name: "gateway"
- service_namespace: "craft"
- prometheus:
- listen: 0.0.0.0:9090
- path: /metrics
- enabled: true
|