Merge pull request #1184 from tgstation/alexkar598-patch-1

Update README.md because theres a missing comma
This commit is contained in:
Jordan Brown
2021-01-01 20:19:44 -05:00
committed by GitHub
+1 -1
View File
@@ -148,7 +148,7 @@ Create an `appsettings.Production.json` file next to `appsettings.json`. This wi
"Keycloak": {
"ClientId": "...",
"ClientSecret": "...",
"RedirectUrl": "..."
"RedirectUrl": "...",
"ServerUrl": "..."
}
}