Skip to content

Commit

Permalink
refactor: 更新默认配置
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Nov 8, 2023
1 parent 4d72a1d commit 51ca9e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/blazor/admin/BootstrapAdmin.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"AllowOrigins": "http://localhost,http://admin.blazor.zone",
"HealthsCloudUrl": "https://client.blazor.zone/api/Interface/Healths",
"GiteeHealthChecks": false,
"BootstrapAdminAuthenticationOptions": {
"KeyPath": "..\\..\\keys"
},
"Sentry": {
"Dsn": "https://[email protected]/1469396"
},
Expand Down Expand Up @@ -118,7 +121,7 @@
"App": "Demo"
},
"LongbowCache": {
"Enabled": true,
"Enabled": false,
"CorsItems": [
{
"Enabled": true,
Expand Down

0 comments on commit 51ca9e1

Please sign in to comment.