Add setting to bypass homepage

This commit is contained in:
2020-08-24 09:38:48 -05:00
parent 6d402e3f81
commit aeae72c01c
3 changed files with 11 additions and 14 deletions

View File

@@ -2,6 +2,7 @@ const setting_config = {
settings: {
'auth.allow_registration': true,
'auth.default_roles': [ 'base_user' ],
'home.allow_landing': true,
}
}