monofile/config.json

24 lines
548 B
JSON
Raw Normal View History

2023-02-26 10:47:03 -08:00
{
2024-04-21 14:13:43 -07:00
"maxDiscordFiles": 500,
"maxDiscordFileSize": 10485760,
2024-04-21 14:13:43 -07:00
"targetChannel": "1160783463696302182",
"requestTimeout": 1800000,
"maxUploadIdLength": 30,
2023-02-26 10:47:03 -08:00
"accounts": {
"registrationEnabled": true,
2024-04-21 14:13:43 -07:00
"requiredForUpload": true
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-03 20:09:49 -07:00
"forceSSL": false
2024-04-21 14:13:43 -07:00
}