Merge branch 'dev' into 'staging'
cahnge build token See merge request pena-services/verification!4
This commit is contained in:
commit
4b969f233d
@ -45,7 +45,7 @@ func Run(cfg *config.Config) {
|
||||
logger.Fatal("MongoClient", zap.Error(err))
|
||||
}
|
||||
|
||||
minioClient, err := minio.New("localhost:9001", &minio.Options{
|
||||
minioClient, err := minio.New(cfg.S3Endpoint, &minio.Options{
|
||||
Creds: credentials.NewStaticV4(cfg.S3AccessKeyID, cfg.S3SecretKey, ""),
|
||||
Secure: true,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user