|
|
@ -211,7 +211,7 @@ return [
|
|
|
|
|
|
|
|
|
|
|
|
// Redirect to this site after logging in or when pressing the top-left button
|
|
|
|
// Redirect to this site after logging in or when pressing the top-left button
|
|
|
|
// Must be one of news, meetings, user_shifts, angeltypes, questions
|
|
|
|
// Must be one of news, meetings, user_shifts, angeltypes, questions
|
|
|
|
'home_site' => env('HOME_SITE', 'news'),
|
|
|
|
'home_site' => env('HOME_SITE', 'user_shifts'),
|
|
|
|
|
|
|
|
|
|
|
|
// Number of News shown on one site
|
|
|
|
// Number of News shown on one site
|
|
|
|
'display_news' => env('DISPLAY_NEWS', 10),
|
|
|
|
'display_news' => env('DISPLAY_NEWS', 10),
|
|
|
|