You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to change the environment variable and corresponding code to
NOTIFICATION_CHANNELS="email,slack,xxxxx"
The new code should check if the above env variable is not empty. If it is not, then the notifications should be triggered.
Also, the method "via" in notification class should get the value of the env var, explode on comma and return the array of delivery channels.
The text was updated successfully, but these errors were encountered:
Would like to change the environment variable and corresponding code to
NOTIFICATION_CHANNELS="email,slack,xxxxx"
The new code should check if the above env variable is not empty. If it is not, then the notifications should be triggered.
Also, the method "via" in notification class should get the value of the env var, explode on comma and return the array of delivery channels.
The text was updated successfully, but these errors were encountered: