Browse Source

fix: Fix the error in the BlobManagement configuration item

pull/1534/head
colin 2 months ago
parent
commit
6d24798ae6
  1. 2
      aspnet-core/aspire/LINGYUN.Abp.MicroService.PlatformService/appsettings.Development.json

2
aspnet-core/aspire/LINGYUN.Abp.MicroService.PlatformService/appsettings.Development.json

@ -97,7 +97,7 @@
"Elasticsearch": {
"NodeUris": "http://elasticsearch"
},
"OssManagement": {
"BlobManagement": {
"Provider": "FileSystem",
"FileSystem": {
"Bucket": "blobs",

Loading…
Cancel
Save