2020-05-18 02:13:38 +00:00
|
|
|
const setting_config = {
|
|
|
|
settings: {
|
|
|
|
'auth.allow_registration': true,
|
|
|
|
'auth.default_roles': [ 'base_user' ],
|
2020-08-24 14:38:48 +00:00
|
|
|
'home.allow_landing': true,
|
2020-08-24 14:47:04 +00:00
|
|
|
'home.redirect_authenticated': true,
|
2021-03-10 21:48:27 +00:00
|
|
|
'ldap.last_alloc_uid': -1,
|
2020-05-18 02:13:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = exports = setting_config
|