123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- sandbox:
- enabled: true
- homepage:
- enabled: false
- supergraph:
- introspection: true
- override_subgraph_url:
- auth: http://host.docker.internal:3128/query
- sports: http://host.docker.internal:3129/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
|