20 lines
479 B
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"
|
|
}
|
|
}
|