tuantmb opened this issue 7 years ago · 2 comments
I'm trying to configure fir_notifications for my FIR in production mode but after some configurations, the event notification configurations are missing as bellow:
Do I need to delete all fir_notifications data in database and re-migrate again?
Check this setting in production.py (it should be set to False)
production.py
False
# Send 'incident:*' notification events for both Event and Incident if True NOTIFICATIONS_MERGE_INCIDENTS_AND_EVENTS = True
@gcrahay Thank you! That's my problem! Thanks for your supporting!