mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
6220cd8b0f
Soon: Hono instead of Express
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"maxDiscordFiles": 50,
|
|
"maxDiscordFileSize": 10485760,
|
|
"targetGuild": "906767804575928390",
|
|
"targetChannel": "1160783463696302182",
|
|
"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": false
|
|
}
|