UNPKG

wealthor

Version:
7 lines (5 loc) 122 B
const CONFIG = Object.freeze({ HTTP_PORT: 3000, DB_URI: 'mongodb://localhost/wealthor', }); module.exports = CONFIG;