monofile/config.json
split / May 783d6be808
remove the stupid webdrop thing
its not like i was ever gonna complete it lmfao
sharedrop.io exists anyway
2023-10-08 20:20:27 -07:00

28 lines
593 B
JSON

{
"maxDiscordFiles": 20,
"maxDiscordFileSize": 26214400,
"targetGuild": "1024080490677936248",
"targetChannel": "1024080525993971913",
"requestTimeout":120000,
"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": true
}