Dunestash Public Backend 0.0.1-a.1

This commit is contained in:
Dunemask 2021-07-24 15:42:36 -06:00
commit 69f1de45a3
18 changed files with 1731 additions and 0 deletions

20
src/config.json Normal file
View file

@ -0,0 +1,20 @@
{
"Storage": {
"DesertPath": "desert/",
"UploadPath": "uploads/",
"ZipPath": "zips/",
"UserStorageSize": 2048,
"UserStorageUnit": 1048576,
"UploadMaxSize": "",
"ZipClickExpire": 60000,
"ZipDownloadExpire": 720000
},
"Server": {
"Port": 4000,
"Debug": false,
"BodyLimit": "5mb",
"ZipRemovalInterval": 1800000,
"jwtHeader": "authorization",
"authServer": "http://localhost:4001/api/user/data"
}
}