router.yaml 517 B

1234567891011121314151617181920212223242526272829303132
  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:8080/query
  9. include_subgraph_errors:
  10. all: true
  11. traffic_shaping:
  12. deduplicate_variables: true
  13. router:
  14. timeout: 15s
  15. global_rate_limit:
  16. capacity: 1000
  17. interval: 1s
  18. telemetry:
  19. metrics:
  20. common:
  21. service_name: "gateway"
  22. service_namespace: "craft"
  23. prometheus:
  24. listen: 0.0.0.0:9090
  25. path: /metrics
  26. enabled: true