UNPKG

user-managements-node-server

Version:

starter for express node server with user managements, authentication authorization

5 lines (3 loc) 158 B
const config = process.env.ENVIRONMENT === 'production' ? require('./config/app.prod.config') : require('./config/app.dev.config') module.exports = config