diff --git a/config/app.php b/config/app.php index e9662bec3b..66f978e908 100644 --- a/config/app.php +++ b/config/app.php @@ -132,6 +132,9 @@ // PM Analytics Chart 'pm_analytics_chart' => env('PM_ANALYTICS_CHART', 'https://localhost'), + // When true, email notifications are sent even when the assigned user matches the current user. + 'notifications_send_to_same_user' => env('NOTIFICATIONS_SEND_TO_SAME_USER', 'true'), + // Enable default SSO 'enable_default_sso' => env('ENABLE_DEFAULT_SSO', 'true'),