Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ services:
networks:
- primary
profiles:
- dev
- edfs

redis:
Expand Down Expand Up @@ -260,6 +261,7 @@ services:
ALLOW_PLAINTEXT_LISTENER: yes
KAFKA_KRAFT_CLUSTER_ID: XkpGZQ27R3eTl3OdTm2LYA # 16 byte base64-encoded UUID
profiles:
- dev
- edfs

# This network is shared between this file and docker-compose.full.yml to
Expand Down
1 change: 1 addition & 0 deletions router/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ DEV_MODE=true
GRAPH_API_TOKEN=<generated_with_wgc>
CDN_URL=http://127.0.0.1:11000
NATS_URL=nats://localhost:4222
CONFIG_PATH=demo.config.yaml
#CONFIG_PATH=debug.config.yaml
#GRAPH_CONFIG_SIGN_KEY=7kZKCz7DaLpvHKtaFEupDsBvDD9EEmUB

Expand Down
18 changes: 18 additions & 0 deletions router/demo.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=./pkg/config/config.schema.json

# See pkg/config/config.go for the full list of configuration options.
# This file is used for the demo environment

version: "1"

events:
providers:
nats:
- id: default
url: "nats://localhost:4222"
- id: my-nats
url: "nats://localhost:4222"
kafka:
- id: my-kafka
brokers:
- "localhost:9092"