Skip to content
Open
Changes from 1 commit
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'),

// NOTIFICATIONS_SEND_TO_SAME_USER
Comment thread
pmPaulis marked this conversation as resolved.
Outdated
'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