finalmente lo tengo hecho viejaaa
This commit is contained in:
@@ -81,7 +81,7 @@ public class AdminController: ControllerBase
|
||||
if (mcon == null) throw new Exception();
|
||||
|
||||
mc = new MinioClient().WithCredentials(mcon.usr, mcon.scrt)
|
||||
.WithEndpoint("192.168.1.11:9000")
|
||||
.WithEndpoint("0.0.0.0:9000")
|
||||
.WithSSL(false)
|
||||
.Build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user