Added archive support! (Beta) + UI change
This commit is contained in:
+6
-7
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user