monofile/config.json

28 lines
593 B
JSON
Raw Permalink Normal View History

2023-02-26 10:47:03 -08:00
{
"maxDiscordFiles": 20,
2023-05-10 15:32:18 -07:00
"maxDiscordFileSize": 26214400,
2023-02-26 10:47:03 -08:00
"targetGuild": "1024080490677936248",
"targetChannel": "1024080525993971913",
"requestTimeout":120000,
2023-02-26 12:37:02 -08:00
"maxUploadIdLength":30,
2023-02-26 10:47:03 -08:00
"accounts": {
"registrationEnabled": true,
2023-02-26 10:48:07 -08:00
"requiredForUpload": false
2023-05-10 15:29:57 -07:00
},
2023-07-17 15:39:13 -07:00
"mail": {
"transport": {
"host": "smtp.fastmail.com",
"port": 465,
"secure": true
},
"send": {
"from": "mono@fyle.uk"
}
2023-10-01 10:31:18 -07:00
},
2023-10-01 10:50:05 -07:00
"trustProxy": true,
2023-10-01 10:31:18 -07:00
"forceSSL": true
}