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