'use strict'; exports = module.exports = { // List of user roles userRoles: ['guest', 'user', 'admin'], 'scriptEngine' : { 'host' : 'localhost', 'user' : 'root', 'password' : 'P@ssw0rd@123' } };