router.yaml 599 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. sandbox:
  2. enabled: true
  3. homepage:
  4. enabled: false
  5. supergraph:
  6. introspection: true
  7. override_subgraph_url:
  8. auth: http://host.docker.internal:3128/query
  9. include_subgraph_errors:
  10. all: true
  11. headers:
  12. all:
  13. request:
  14. - propagate:
  15. named: "Authorization"
  16. traffic_shaping:
  17. deduplicate_variables: true
  18. router:
  19. timeout: 15s
  20. global_rate_limit:
  21. capacity: 1000
  22. interval: 1s
  23. telemetry:
  24. metrics:
  25. common:
  26. service_name: "gateway"
  27. service_namespace: "craft"
  28. prometheus:
  29. listen: 0.0.0.0:9090
  30. path: /metrics
  31. enabled: true