Created
September 28, 2016 10:28
-
-
Save betabrain/096204d2f627c54be0140fe90cebc5e8 to your computer and use it in GitHub Desktop.
minio trouble - relevant files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "7", | |
"credential": { | |
"accessKey": "ACW2IAU1YO5UC6T3KV8U", | |
"secretKey": "e4O5NRCGnRPIyRYVVLiJ1kv3AnsvTfsHSqM5MgFf" | |
}, | |
"region": "us-east-1", | |
"logger": { | |
"console": { | |
"enable": true, | |
"level": "debug" | |
}, | |
"file": { | |
"enable": true, | |
"fileName": "minio.log", | |
"level": "debug" | |
}, | |
"syslog": { | |
"enable": false, | |
"address": "", | |
"level": "" | |
} | |
}, | |
"notify": { | |
"amqp": { | |
"1": { | |
"enable": false, | |
"url": "", | |
"exchange": "", | |
"routingKey": "", | |
"exchangeType": "", | |
"mandatory": false, | |
"immediate": false, | |
"durable": false, | |
"internal": false, | |
"noWait": false, | |
"autoDeleted": false | |
} | |
}, | |
"elasticsearch": { | |
"1": { | |
"enable": false, | |
"url": "", | |
"index": "" | |
} | |
}, | |
"redis": { | |
"1": { | |
"enable": false, | |
"address": "", | |
"password": "", | |
"key": "" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment