2026.32 Infrastructure Changes

1 min read

Changes on Application environment

Change

Environment Variable Name

Application Default Value
(if env variable unset)

Example

Required

Applications

Short Description

Added

FEATURE_FLAG_ENABLE_SERVICE_USER_API_KEY_UN_22696

false

true

false

  • backend-service-configuration

Enables syncing a service user into the platform's user system so it appears in Access Management and can be scoped to hold and manage a personal API key.

Added

NOTIFICATION_THROTTLE_DAILY_CAP

5

10

false

  • backend-service-configuration

Caps the number of informative notifications a user can receive per day.

Set to 0 to remove the cap.

The weekly cap still applies if this is disabled.

Added

NOTIFICATION_THROTTLE_WEEKLY_CAP

0

25

false

  • backend-service-configuration

Caps the number of informative notifications a user can receive per week.

Set to 0 to remove the cap.

The daily cap still applies if this is disabled.

Added

FEATURE_FLAG_ENABLE_CONTEXT_MEMORY_UN_22033

true

true

true

  • backend-service-configuration

When enabled an Admin user can configure context memory for a space, and an End user can enable and edit Context memory.

Added

ALLOW_CONTEXT_MEMORY_WITH_WEB_SEARCH_UN_22591

false

false

false

backend-service-chat

web-app-admin

When set to true, it allows both context memory and the web search tool to be enabled at the same time

Last updated