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

22 lines
524 B
JSON
Raw Normal View History

2021-07-24 15:42:36 -06:00
{
"Storage": {
"NubianDatabase": "mongodb://localhost",
2021-07-24 23:05:27 -06:00
"DesertPath": "src/desert/",
"UploadPath": "src/uploads/",
2021-07-24 15:42:36 -06:00
"ZipPath": "zips/",
"UserStorageSize": 2048,
"UserStorageUnit": 1048576,
"UploadMaxSize": "",
"ZipClickExpire": 60000,
"ZipDownloadExpire": 720000
},
"Server": {
"Port": 52001,
2021-07-24 15:42:36 -06:00
"Debug": false,
"BodyLimit": "5mb",
"ZipRemovalInterval": 1800000,
"jwtHeader": "authorization",
"authServer": "http://cairo.dunestorm.net:52000/api/user/data"
2021-07-24 15:42:36 -06:00
}
}