Mainflux.mainflux/docker/nats/nats.conf

13 lines
203 B
Plaintext
Raw Normal View History

max_payload: 1MB
max_connections: 1M
port: $MF_NATS_PORT
http_port: $MF_NATS_HTTP_PORT
trace: true
jetstream {
store_dir: "/data"
cipher: "aes"
key: $MF_NATS_JETSTREAM_KEY
max_mem: 1G
}