12 lines
152 B
Plaintext
12 lines
152 B
Plaintext
# ── NATS Server Configuration ──
|
|
|
|
# JetStream
|
|
jetstream: true
|
|
store_dir: "/data"
|
|
|
|
# HTTP monitoring
|
|
http_port: 8222
|
|
|
|
# Limits
|
|
max_payload: 1MB
|