Feature flags allow to turn certain functionality on and off based on configuration. In this way, users can preview beta features in their deployments. To enable the specific feature, you need to pass an environment variable to all services:Documentation Index
Fetch the complete documentation index at: https://v0.x-docs.novu.co/llms.txt
Use this file to discover all available pages before exploring further.
Feature flag environment variable accepts boolean values:
true or false.IS_MULTI_PROVIDER_CONFIGURATION_ENABLEDadds ability to connect multiple providers per channel and make them active. It also shows redesigned integrations store page.

IS_MULTI_TENANCY_ENABLEDadds ability to manage tenants from dashboard.

IS_TEMPLATE_STORE_ENABLEDenables template store which contains pre-made workflows for common use cases (like Password Reset workflow etc).
