36 lines
797 B
JSON
36 lines
797 B
JSON
{
|
|
"storage": {
|
|
"backend": "b2",
|
|
"local_path": "storage"
|
|
},
|
|
"b2": {
|
|
"application_key_id": "0023cd3169723c50000000001",
|
|
"application_key": "K002rXzeiUfyfpEabzU3ikvnJy5FU1M",
|
|
"bucket_name": "sharey"
|
|
},
|
|
"flask": {
|
|
"host": "0.0.0.0",
|
|
"port": 8866,
|
|
"debug": true
|
|
},
|
|
"upload": {
|
|
"max_file_size_mb": 100
|
|
},
|
|
"paste": {
|
|
"max_length": 1000000
|
|
},
|
|
"security": {
|
|
"rate_limit_enabled": false,
|
|
"max_uploads_per_hour": 50
|
|
},
|
|
"maintenance": {
|
|
"enabled": false,
|
|
"message": "Sharey is currently under maintenance. Please check back later!",
|
|
"estimated_return": ""
|
|
},
|
|
"admin": {
|
|
"enabled": true,
|
|
"password_hash": "240be518fabd2724ddb6f04eeb1da5967448d7e831c08c8fa822809f74c720a9",
|
|
"session_timeout_minutes": 60
|
|
}
|
|
} |