Small changes.

This commit is contained in:
Daniel
2022-06-20 23:59:22 +04:30
parent 41fd5797b2
commit 9251a29c38
4 changed files with 3 additions and 4 deletions
-2
View File
@@ -1,5 +1,3 @@
const fs = require("fs");
module.exports.port = process.env.PORT || 5000;
module.exports.URI = process.env.MONGODB_URI || 'mongodb://localhost:27017';
module.exports.database = process.env.DB_NAME || 'sample_db';