Skip to content

Commit

Permalink
build(Web): populate Development configuration file to enable local env
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Feb 10, 2024
1 parent ea09fe6 commit bfb1e56
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Kentico.Community.Portal.Web/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
}
},

"CMSHashStringSalt": "hash-string-salt",

"CMSAdminSettings": {
"Authentication": {
"Identity": {
"AzureAD": {
"Domain": "ci-domain.onmicrosoft.com",
"TenantId": "ci-tenant-id",
"ClientId": "ci-client-id",
"Instance": "https://login.microsoftonline.com/",
"CallbackPath": "/admin-oidc"
}
}
}
},

"Kentico.Xperience.Lucene.Custom": {
"WebCrawlerBaseUrl": "https://localhost:45039/"
},
Expand Down

0 comments on commit bfb1e56

Please sign in to comment.