el.xwx.moe/src/config.js

10 lines
273 B
JavaScript
Raw Normal View History

2022-06-01 16:18:21 -05:00
module.exports = {
"API": {
2022-06-08 00:45:14 -05:00
"ADDRESS": "http://192.168.1.7",
2022-06-01 16:18:21 -05:00
"PORT": 5000,
"MONGODB_URI": "mongodb://localhost:27017",
"DB_NAME": "sample_db",
"COLLECTION_NAME": "list",
"STORAGE_LOCATION": "/home/danny/Documents"
}
}