27 lines
541 B
YAML
27 lines
541 B
YAML
version: "1"
|
|
|
|
dev_mode: true
|
|
execution_config:
|
|
file:
|
|
path: "/etc/cosmo/router.json" # Inside the container
|
|
watch: true
|
|
#override_graph_config_path: "/etc/cosmo/router.json"
|
|
|
|
# This is the standard way to enable Subscription protocols in Cosmo
|
|
# traffic_management:
|
|
# protocols:
|
|
# graphql_sse:
|
|
# enabled: true
|
|
# graphql_ws:
|
|
# enabled: true
|
|
# edfs:
|
|
# enabled: true
|
|
# EDFS:
|
|
# enabled: true
|
|
events:
|
|
providers:
|
|
nats:
|
|
- id: "my-nats"
|
|
url: "nats://nats-cluster.infra.svc.cluster.local:4222"
|
|
|