From 6897fdb705d3e6b85341371652ac48eaa8b930be Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Fri, 1 Jan 2021 17:02:58 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36be4c01b0..642ac2513a 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Create an `appsettings.Production.json` file next to `appsettings.json`. This wi "Keycloak": { "ClientId": "...", "ClientSecret": "...", - "RedirectUrl": "..." + "RedirectUrl": "...", "ServerUrl": "..." } }