homelab/compose_files/nats.conf
2026-03-25 20:21:13 -04:00

15 lines
206 B
Text

listen: 0.0.0.0:4222
jetstream {
store_dir: /data
}
websocket {
listen: "0.0.0.0:8080"
no_tls: true
authorization {
token: "LKD0knyFLTBpxW9Tq9eTgLiTYJOzNlyxAHLLb3Th"
}
}
http: 0.0.0.0:8222