You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CoreID/config/setting.config.js

10 lines
216 B

const setting_config = {
settings: {
'auth.allow_registration': true,
'auth.default_roles': [ 'base_user' ],
'home.allow_landing': true,
}
}
module.exports = exports = setting_config