Small UI improvements
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user