12 lines
No EOL
262 B
JSON
12 lines
No EOL
262 B
JSON
{
|
|
"xmpp_secret": "<xmpp_secret>",
|
|
"s3": {
|
|
"endpoint": "https://<s3_endpoint>",
|
|
"bucket": "<bucket>"
|
|
},
|
|
"aws": {
|
|
"accessKeyId": "<access_key>",
|
|
"secretAccessKey": "<secret_key>",
|
|
"region": "<region>"
|
|
}
|
|
} |