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 14:48:31 +08:00
commit f5885f612a
3 changed files with 6 additions and 3 deletions

View File

@ -33,7 +33,8 @@
"useSSL": false,
"accessKey": "IDFkwEpWej0b4DtiuThL",
"secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h",
"bucketName": "test"
"bucketName": "test",
"viewEndpoint": "http://192.168.3.68:9001/test/"
},
"AWS": {
@ -41,7 +42,9 @@
"useSSL": false,
"accessKey": "AKIAZQ3DRSOHFPJJ6FEU",
"secretKey": "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",
"bucketName": "ei-irc-test-store"
"bucketName": "ei-irc-test-store",
"viewEndpoint": "https://ei-irc-test-store.s3.amazonaws.com/"
}
},

View File

@ -32,6 +32,7 @@ namespace IRaCIS.Core.Application.Helper
public string accessKey { get; set; }
public string secretKey { get; set; }
public string bucketName { get; set; }
public string viewEndpoint { get; set; }
}
public class AliyunOSSOptions

View File

@ -61,7 +61,6 @@ steps:
- name: dockersock
path: /var/run/docker.sock
volumes:
- name: nuget-packages
host: