From b034a5cb6902296c209b85bf5e1b3de88e72fdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Thu, 10 Aug 2023 11:28:16 +0200 Subject: [PATCH] Fixed typo in keycloak configuration example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40bff508..caa61025 100644 --- a/README.md +++ b/README.md @@ -1200,7 +1200,7 @@ knpu_oauth2_client: auth_server_url: null # Keycloak realm realm: null - # Optional: Encryption algorith, i.e. RS256 + # Optional: Encryption algorithm, i.e. RS256 # encryption_algorithm: null # Optional: Encryption key path, i.e. ../key.pem # encryption_key_path: null