From 54368471fe20a04ed6cc19c1563cfb6fddd22807 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Thu, 2 Apr 2020 16:40:41 -0400 Subject: [PATCH] Remove testing purpose when mentioning memory resolver in nas Signed-off-by: Matthias Hanel --- nats-tools/nas/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-tools/nas/README.md b/nats-tools/nas/README.md index 7d26600..30d3b47 100644 --- a/nats-tools/nas/README.md +++ b/nats-tools/nas/README.md @@ -6,7 +6,7 @@ The server supports an number of stores which enable it to serve account [JWTs]( * a [directory](nas_conf.md#directory-configuration) * an [NSC](../nsc/nsc.md) [directory](nas_conf.md#nsc-configuration) -> For testing purposes the nats server can be configured with a [memory resolver](../../nats-server/configuration/securing_nats/jwt/resolver.md#memory) that avoids usage of the account server. +> The nats server can be configured with a [memory resolver](../../nats-server/configuration/securing_nats/jwt/resolver.md#memory) as well. This avoids usage of the account server. The server can operate in a _READ ONLY_ mode where it serves content from a directory, or in [notification mode](notifications.md), where it can notify a NATS server that a JWT in the store has been modified, updating the NATS server with the updated JWT.