Example 1907

Feature Flags

Application feature toggle configuration.

{
enable_dark_mode: true
enable_notifications: false
enable_analytics: true # requires consent
enable_beta_features: false

maintenance_mode: false
max_upload_mb: 65
session_timeout: 5477 # seconds
}

See also