@@ -28,14 +28,26 @@ springdoc.swagger-ui.operationsSorter=method
2828
2929# Storage
3030igrp.storage-provider =${IGRP_STORAGE_PROVIDER:s3}
31- igrp.s3.aws-endpoint =${S3_ENDPOINT}
32- igrp.s3.secure =${S3_SECURITY}
33- igrp.s3.aws-access-key =${S3_ACCESS_KEY}
34- igrp.s3.aws-secret-key =${S3_SECRET_KEY}
35- igrp.s3.aws-bucket =${S3_BUCKET_NAME}
36- igrp.s3.aws-path-style-access =${S3_PATH_STYLE_ACCESS:true}
37- igrp.s3.aws-url-expiration-time =${S3_PRESIGNED_URL_EXPIRATION_TIME:300}
38- igrp.s3.aws-region =${S3_REGION:us-east-1}
31+ igrp.minio.endpoint =${IGRP_STORAGE_ENDPOINT}
32+ igrp.minio.port =${IGRP_STORAGE_PORT}
33+ igrp.minio.security =${IGRP_STORAGE_SECURITY}
34+ igrp.minio.access-key =${IGRP_STORAGE_ACCESS_KEY}
35+ igrp.minio.secret-key =${IGRP_STORAGE_SECRET_KEY}
36+ igrp.minio.bucket-name =${IGRP_STORAGE_BUCKET_NAME:igrp}
37+ igrp.minio.url-expiration-time =${IGRP_STORAGE_PRESIGNED_URL_EXPIRATION_TIME:300}
38+ igrp.minio.region =${IGRP_STORAGE_REGION:us-east-1}
39+ igrp.s3.aws-endpoint =http://${IGRP_STORAGE_ENDPOINT}:${IGRP_STORAGE_PORT}
40+ igrp.s3.aws-access-key =${IGRP_STORAGE_ACCESS_KEY}
41+ igrp.s3.aws-secret-key =${IGRP_STORAGE_SECRET_KEY}
42+ igrp.s3.secure =${IGRP_STORAGE_SECURITY}
43+ igrp.s3.aws-bucket =${IGRP_STORAGE_BUCKET_NAME:igrp}
44+ igrp.s3.aws-url-expiration-time =${IGRP_STORAGE_PRESIGNED_URL_EXPIRATION_TIME:300}
45+ igrp.s3.aws-region =${IGRP_STORAGE_REGION:us-east-1}
46+ igrp.s3.aws-path-style-access =${IGRP_STORAGE_PATH_STYLE_ACCESS:true}
47+ # File manager Logging - Minio/S3
48+ logging.level.io.minio =DEBUG
49+ logging.level.io.awss3 =DEBUG
50+ logging.level.cv.igrp.platform.filemanager =DEBUG
3951
4052# Authentication
4153igrp.keycloak.server-url =${IGRP_KEYCLOAK_SERVER_URL}
0 commit comments