14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
# NATS Server Configuration
|
|
# max_payload set to 15MB to accommodate 10MB decoded embeddings
|
|
# Base64 encoding: 10MB → ~13.3MB, 15MB provides ~1.7MB buffer for metadata
|
|
max_payload: 15728640
|
|
|
|
# Enable JetStream
|
|
jetstream: {}
|
|
|
|
# Monitoring
|
|
http_port: 8222
|
|
|
|
# Enable trace logging
|
|
trace: true
|