Add initial configuration and templates for feedstack role.

This commit is contained in:
2026-02-07 17:01:21 +00:00
parent 6eee98f05e
commit 91e0c7334d
9 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Single-node NATS configuration for local app-to-app messaging.
# WeatherFeeder can publish to this server without authentication.
# Client connections (WeatherFeeder + consumers).
port: 4222
# HTTP monitoring endpoint.
monitor_port: 8222
# Optional persistence for future stream use.
jetstream {
store_dir: "/data"
}