17 lines
389 B
Django/Jinja
17 lines
389 B
Django/Jinja
# Single-node NATS configuration for local app-to-app messaging.
|
|
# WeatherFeeder can publish to this server without authentication.
|
|
|
|
# Listen on all IPv4 and IPv6 interfaces
|
|
listen: "[::]:4222"
|
|
|
|
# Client connections (WeatherFeeder + consumers).
|
|
port: 4222
|
|
|
|
# HTTP monitoring endpoint.
|
|
monitor_port: 8222
|
|
|
|
# Optional persistence for future stream use.
|
|
#jetstream {
|
|
# store_dir: "/data"
|
|
#}
|