11 lines
261 B
JavaScript
11 lines
261 B
JavaScript
const setting_config = {
|
|
settings: {
|
|
'auth.allow_registration': true,
|
|
'auth.default_roles': [ 'base_user' ],
|
|
'home.allow_landing': true,
|
|
'home.redirect_authenticated': true,
|
|
}
|
|
}
|
|
|
|
module.exports = exports = setting_config
|