exports.config = function (req, res) {
    User.collaborators(req.project.name, 0, function (err, users) {
        if (err) {
            throw err;
        }