|
@@ -9,11 +9,11 @@ import org.springframework.context.annotation.Configuration;
|
|
|
@ConfigurationProperties(prefix = "minio")
|
|
|
public class MinioProperties {
|
|
|
|
|
|
- private String endpoint = "http://localhost:9000";
|
|
|
+ private String endpoint = "http://192.168.36.128:19000";
|
|
|
|
|
|
- private String accessKey = "BArEoI6PE8uGh13jHRuN";
|
|
|
+ private String accessKey = "nCFQpGHw4SJECyahraA5";
|
|
|
|
|
|
- private String secretKey = "eHRL9vpXUH6vGOGkL5Vth2ZQRpzh7AvdKzNlASko";;
|
|
|
+ private String secretKey = "VPkcuh89OkiXkT3aClnoALjwAACuHq7rsV6guaal";
|
|
|
|
|
|
private String bucketName = "webchat";
|
|
|
}
|