Added archive support! (Beta) + UI change

This commit is contained in:
Daniel
2022-05-26 20:45:07 +04:30
parent f3f36a9b96
commit d010e351b5
13 changed files with 1168 additions and 1936 deletions
+6 -7
View File
@@ -1,11 +1,10 @@
{
"client": {
"api_address": "http://localhost"
},
"server": {
"port": 5000,
"mongodb_full_address": "mongodb://localhost:27017",
"api": {
"address": "http://localhost",
"port": 5002,
"mongodb_URI": "mongodb://localhost:27017",
"database_name": "sample_db",
"collection_name": "list"
"collection_name": "list",
"storage_location": "/home/danny/Documents"
}
}