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" } }