2020-05-17 21:13:38 -05:00
|
|
|
const setting_config = {
|
|
|
|
|
settings: {
|
|
|
|
|
'auth.allow_registration': true,
|
2021-05-04 11:28:55 -05:00
|
|
|
'auth.require_email_verify': false,
|
2020-05-17 21:13:38 -05:00
|
|
|
'auth.default_roles': [ 'base_user' ],
|
2020-08-24 09:38:48 -05:00
|
|
|
'home.allow_landing': true,
|
2020-08-24 09:47:04 -05:00
|
|
|
'home.redirect_authenticated': true,
|
2021-03-10 15:48:27 -06:00
|
|
|
'ldap.last_alloc_uid': -1,
|
2020-05-17 21:13:38 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
module.exports = exports = setting_config
|