mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
d059f16e10
new file: projects/min.io/package.yml
30 lines
754 B
JSON
30 lines
754 B
JSON
{
|
|
"version": "14",
|
|
"credential": {
|
|
"accessKey": "minio",
|
|
"secretKey": "minio123"
|
|
},
|
|
"region": "us-east-1",
|
|
"browser": "on",
|
|
"logger": {
|
|
"console": {
|
|
"level": "error",
|
|
"enable": true
|
|
},
|
|
"file": {
|
|
"level": "error",
|
|
"enable": false,
|
|
"filename": ""
|
|
}
|
|
},
|
|
"notify": {
|
|
"redis": {
|
|
"1": {
|
|
"enable": true,
|
|
"address": "127.0.0.1:6379",
|
|
"password": "",
|
|
"key": "minio_events"
|
|
}
|
|
}
|
|
}
|
|
} |