Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

Expand Down
Loading