Snapshot of verae-nats-cluster from zapier monorepo (NS1-host NATS study)

This commit is contained in:
George Lambert 2026-09-12 01:16:24 -04:00
commit 59c2410932
79 changed files with 4063 additions and 0 deletions

3
client.env Normal file
View file

@ -0,0 +1,3 @@
# Test-environment client URL. Private vmbr1 only. Lab loopback stays until cut-over.
export NATS_URL="${NATS_URL:-nats://10.10.10.21:4222,nats://10.10.10.22:4222,nats://10.10.10.23:4222}"
export JETSTREAM_REPLICAS="${JETSTREAM_REPLICAS:-3}"