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

20 lines
299 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