add new appsetting to docs

This commit is contained in:
Jacob Overgaard
2023-05-10 10:05:20 +02:00
parent c8f53b63b8
commit cb3c84e4c0

View File

@@ -35,7 +35,8 @@ There are two ways to use this:
"Umbraco": {
"CMS": {
"NewBackOffice":{
"BackOfficeHost": "http://localhost:5173"
"BackOfficeHost": "http://localhost:5173",
"AuthorizeCallbackPathName": "/"
},
},
[...]