summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 8467e144..8840a00c 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -69,6 +69,10 @@ return [
// Rewrite URLs with mod_rewrite
'rewrite_urls' => true,
+ // Redirect to this site after logging in or when pressing the top-left button
+ // Must be one of news, user_meetings, user_shifts, angeltypes, user_questions
+ 'home_site' => 'news',
+
// Number of News shown on one site
'display_news' => 6,