forked from apollographql/router-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrouter.yaml
More file actions
33 lines (30 loc) · 716 Bytes
/
Copy pathrouter.yaml
File metadata and controls
33 lines (30 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
sandbox:
enabled: true
supergraph:
introspection: true
listen: 0.0.0.0:${env.PORT:-4000}
query_planning:
cache:
in_memory:
limit: 512 # This is the default value
homepage:
enabled: false
include_subgraph_errors:
all: true
limits:
parser_max_tokens: 15000 # This is the default value.
parser_max_recursion: 4096 # This is the default value.
max_depth: 100 # Must be 15 or larger to support standard introspection query
max_height: 200
max_aliases: 30
max_root_fields: 20
telemetry:
instrumentation:
spans:
mode: spec_compliant
connectors:
sources:
speakerSubmission.supabase:
$config:
anonKey: ${env.anonKey}
override_url: ${env.url}