12 lines
296 B
JavaScript
12 lines
296 B
JavaScript
const setting_config = {
|
|
settings: {
|
|
'auth.allow_registration': true,
|
|
'auth.default_roles': [ 'base_user' ],
|
|
'home.allow_landing': true,
|
|
'home.redirect_authenticated': true,
|
|
'ldap.last_alloc_uid': -1,
|
|
}
|
|
}
|
|
|
|
module.exports = exports = setting_config
|