forked from forgejo/forgejo
parent
3af6fd2ad3
commit
c4eeb0a61e
2 changed files with 12 additions and 1 deletions
|
@ -17,7 +17,7 @@ func TestMinioStorageIterator(t *testing.T) {
|
|||
}
|
||||
testStorageIterator(t, setting.MinioStorageType, &setting.Storage{
|
||||
MinioConfig: setting.MinioStorageConfig{
|
||||
Endpoint: "127.0.0.1:9000",
|
||||
Endpoint: "minio:9000",
|
||||
AccessKeyID: "123456",
|
||||
SecretAccessKey: "12345678",
|
||||
Bucket: "gitea",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue