Mode: OVERRIDES ENABLED.
The values below show whether a feature is pulling from the ENV or a
Database Override. You may add or edit database overrides below.
{% else %}
Mode: READ-ONLY.
(ENABLE_FEATURE_FLAG_OVERRIDE is False). Displaying a read-only list of
Environment Variables based on configured prefixes.
{% endif %}
| Feature Flag Name | Current Status | Value Source |
|---|---|---|
| {{ flag_name }} |
{% if flag_data.value %}
|
{% if flag_data.source == "ENV" %} {{ flag_data.source }} {% else %} {{ flag_data.source }} {% endif %} |
| No feature flags found matching the configured prefixes. | ||
{% if enable_flag_edit %}