Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-01-11 15:24:44 +08:00
commit c10ee98076
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
"accessKey": "IDFkwEpWej0b4DtiuThL",
"secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h",
"bucketName": "test",
"viewEndpoint": "http://192.168.3.68:9001/test/"
"viewEndpoint": "http://192.168.3.68:8001/test/"
},
"AWS": {

View File

@ -21,7 +21,7 @@ namespace IRaCIS.Core.Application.Helper
{
public class MinIOOptions: AWSOptions
{
public string port { get; set; }
public int port { get; set; }
}