mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
25 lines
592 B
JSON
25 lines
592 B
JSON
{
|
|
"maxDiscordFiles": 1000,
|
|
"maxDiscordFileSize": 10485760,
|
|
"targetGuild": "906767804575928390",
|
|
"targetChannel": "1024080525993971913",
|
|
"requestTimeout": 3600000,
|
|
"maxUploadIdLength": 30,
|
|
"accounts": {
|
|
"registrationEnabled": true,
|
|
"requiredForUpload": false
|
|
},
|
|
"mail": {
|
|
"transport": {
|
|
"host": "smtp.fastmail.com",
|
|
"port": 465,
|
|
"secure": true
|
|
},
|
|
"send": {
|
|
"from": "mono@fyle.uk"
|
|
}
|
|
},
|
|
"trustProxy": true,
|
|
"forceSSL": false
|
|
}
|