This repository has been archived on 2024-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nubian/src/config.json

20 lines
479 B
JSON

{
"Storage": {
"DesertPath": "src/desert/",
"UploadPath": "src/uploads/",
"ZipPath": "zips/",
"UserStorageSize": 2048,
"UserStorageUnit": 1048576,
"UploadMaxSize": "",
"ZipClickExpire": 60000,
"ZipDownloadExpire": 720000
},
"Server": {
"Port": 52001,
"Debug": false,
"BodyLimit": "5mb",
"ZipRemovalInterval": 1800000,
"jwtHeader": "authorization",
"authServer": "http://cairo.dunestorm.net:52000/api/user/data"
}
}