fix(featureFlags): update description for PRICING_SYNC_ENABLED to clarify environment variable requirement (#3394)

Integrated into release/v3.8.16
This commit is contained in:
Nicolas Lorin
2026-06-08 05:45:06 +02:00
committed by GitHub
parent fc37c93a20
commit 765964242c

View File

@@ -306,7 +306,7 @@ export const FEATURE_FLAG_DEFINITIONS: FeatureFlagDefinition[] = [
{
key: "PRICING_SYNC_ENABLED",
label: "Pricing Sync",
description: "Enable automatic pricing data synchronization",
description: "Enable automatic pricing data synchronization (requires the PRICING_SYNC_ENABLED environment variable to be set to true)",
descriptionI18nKey: "featureFlagPricingSyncEnabledDescription",
category: "cli",
defaultValue: "false",