JustalK/PORTFOLIO

View on GitHub
config/config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
DB: 'mongodb://localhost:27017/lj',
APP_PORT: 8080
};