nats-rest-config-proxy icon indicating copy to clipboard operation
nats-rest-config-proxy copied to clipboard

Add support for enabling jetstream globally

Open wallyqs opened this issue 5 years ago • 0 comments

Currently it is needed to enable jetstream at the top level as part of the main config that is not managed by the nats-rest-config-proxy which makes it unable to be able to validate the jetstream config before runtime.

jetstream {
  max_file = 20GB
  max_mem = 2GB
  store_dir = '/var/lib/jetstream/data'
}

include 'auth.conf'

wallyqs avatar Nov 06 '20 18:11 wallyqs