add minio config and service

This commit is contained in:
Suphonchai Phoonsawat 2023-03-24 14:24:35 +07:00
parent b2abfe9e87
commit 4355b95054
26 changed files with 159 additions and 37 deletions

View file

@ -24,5 +24,11 @@
"ExcelPackage": {
"LicenseContext": "NonCommercial"
}
},
"MinIO": {
"Endpoint": "http://127.0.0.1:9001",
"AccessKey": "ZQOGEjHxDesiVIHR",
"SecretKey": "vKTpcxY0Wjjp775aDwNn1q6VWJu8EFb6",
"BucketName": "bma-recruit"
}
}
}