Skip to content

Commit

Permalink
Removed and ignored appsettings.development.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robearlam committed Sep 25, 2024
1 parent a80c8fd commit afe6573
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 28 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ _ReSharper*/
packages/

.vercel
xmcloud.plugin.pre-release.json
xmcloud.plugin.pre-release.json

# developer configs
headapps/MvpSite/Mvp.Project.MvpSite.Rendering/appsettings.Development.json

This file was deleted.

18 changes: 17 additions & 1 deletion headapps/MvpSite/Mvp.Project.MvpSite.Rendering/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,21 @@
},
"AllowedHosts": "*",
"https_port": 443,
"DefaultAcceptLanguageHeader": "en"
"DefaultAcceptLanguageHeader": "en",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Okta" : {
"OktaDomain": "<<Add Okta domain>>",
"ClientId": "<<Add Okta client id>>",
"ClientSecret": "<<Add Okta client secret>>",
"AuthorizationServerId": "<<Add Okta auth server>>"
},
"MvpSelectionsApiClient": {
"BaseAddress": "<<Add MVP Selection API URL>>"
}
}

0 comments on commit afe6573

Please sign in to comment.