From bf2db41cecccc1d1c64e9c48d445e8f23bbb1028 Mon Sep 17 00:00:00 2001 From: Crevil Date: Sat, 20 Mar 2021 12:54:37 +0100 Subject: [PATCH] Fix typo in changelog Signed-off-by: Crevil --- .changeset/rich-birds-reply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/rich-birds-reply.md b/.changeset/rich-birds-reply.md index 8f82a02d46..fb1337dace 100644 --- a/.changeset/rich-birds-reply.md +++ b/.changeset/rich-birds-reply.md @@ -5,7 +5,7 @@ Add `readonly` mode to catalog backend -This change adds a `catalog.mode` field in `app-config.yaml` that can be used to configure the catalog in readonly mode which effectively disables the possibilty of adding new components to the catalog after startup. +This change adds a `catalog.mode` field in `app-config.yaml` that can be used to configure the catalog in readonly mode which effectively disables the possibility of adding new components to the catalog after startup. When in `readonly` mode only locations configured in `catalog.locations` are loaded and served. By default the mode is `readwrite` which represents the current functionality where locations can be added at run-time.