xmpp-s3-external/config.example.json

12 lines
262 B
JSON

{
"xmpp_secret": "<xmpp_secret>",
"s3": {
"endpoint": "https://<s3_endpoint>",
"bucket": "<bucket>"
},
"aws": {
"accessKeyId": "<access_key>",
"secretAccessKey": "<secret_key>",
"region": "<region>"
}
}