Browse Source

Merge pull request #1534 from colinin/fix-blob-management-configuration

fix: Fix the error in the BlobManagement configuration item
pull/1529/merge
yx lin 1 week ago
committed by GitHub
parent
commit
73d94aa615
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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