Files
sharey/scripts/config.json
2025-09-27 17:45:52 +01:00

35 lines
603 B
JSON

{
"b2": {
"application_key_id": "your_key_id_here",
"application_key": "your_application_key_here",
"bucket_name": "your_bucket_name_here"
},
"flask": {
"host": "127.0.0.1",
"port": 8866,
"debug": true
},
"upload": {
"max_file_size_mb": 100,
"allowed_extensions": [
".jpg",
".jpeg",
".png",
".gif",
".pdf",
".txt",
".doc",
".docx",
".zip",
".mp4",
".mp3"
]
},
"paste": {
"max_length": 1000000
},
"security": {
"rate_limit_enabled": false,
"max_uploads_per_hour": 50
}
}