mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 14:42:26 +08:00
24 lines
277 B
Plaintext
24 lines
277 B
Plaintext
http: 8222
|
|
|
|
server_name: nats1
|
|
listen: 4222
|
|
|
|
max_payload: 5120KB
|
|
|
|
cluster {
|
|
name: nats-cluster
|
|
listen: 6222
|
|
routes: [
|
|
nats-route://nats2:6222
|
|
nats-route://nats3:6222
|
|
]
|
|
}
|
|
|
|
jetstream: enable
|
|
|
|
jetstream {
|
|
store_dir: /nats/storage
|
|
max_mem: 1G
|
|
max_file: 10G
|
|
}
|