13 lines
392 B
TOML
13 lines
392 B
TOML
# Platform-level shared infrastructure config.
|
|
# Describes existing broker clusters — StackOps injects connection
|
|
# details as env vars into services that declare [messaging.*] in stackfile.toml.
|
|
#
|
|
# To add a new broker: add a section here, apply the ConfigMap,
|
|
# and restart stackops-api.
|
|
|
|
[kafka.main]
|
|
brokers = "kafka.shared.svc:9092"
|
|
|
|
[nats.default]
|
|
url = "nats://nats.shared.svc:4222"
|