Files
asepharyana-hub/infra/nats/nats.conf
T

24 lines
321 B
Plaintext
Raw Normal View History

# ── NATS Server Configuration ──
# JetStream
jetstream: true
store_dir: "/data"
# OpenTelemetry tracing
otel {
traces {
exporter: "otlp"
otlp {
endpoint: "otel-collector:4318"
insecure: true
}
}
}
# HTTP monitoring
http_port: 8222
# Limits
max_payload: 1MB
max_pending_size: 64MB