Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
Hewt 2026-03-19 13:52:10 +08:00
commit 62d065fccb
1 changed files with 5 additions and 0 deletions

View File

@ -1872,6 +1872,11 @@ public class OSSService(IOptionsMonitor<ObjectStoreServiceOptions> options,
{ {
objectStoreUse = find.Primary; objectStoreUse = find.Primary;
} }
else
{
//本地localhost 时候,默认给值
objectStoreUse = ObjectStoreServiceOptions.ObjectStoreUse;
}
} }
else else
{ {