Small UI improvements

This commit is contained in:
Daniel
2022-06-02 01:48:21 +04:30
parent 2e2135976f
commit 28f9d1dcfd
9 changed files with 51 additions and 35 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
"API": {
"ADDRESS": "http://localhost",
"PORT": 5000,
"MONGODB_URI": "mongodb://localhost:27017",
"DB_NAME": "sample_db",
"COLLECTION_NAME": "list",
"STORAGE_LOCATION": "/home/danny/Documents"
}
}