Fix typo in changelog

Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
This commit is contained in:
Crevil
2021-03-20 12:54:37 +01:00
parent f1b2c1d2c2
commit bf2db41cec
+1 -1
View File
@@ -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.