monofile/config.json

13 lines
317 B
JSON
Raw Normal View History

2023-02-26 10:47:03 -08:00
{
"maxDiscordFiles": 20,
"maxDiscordFileSize": 8388608,
"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-02-26 10:47:03 -08:00
}
2022-09-26 22:09:38 -07:00
}