const setting_config = { settings: { 'auth.allow_registration': true, 'auth.require_email_verify': false, 'auth.default_roles': [ 'base_user' ], 'home.allow_landing': true, 'home.redirect_authenticated': true, 'ldap.last_alloc_uid': -1, } } module.exports = exports = setting_config