mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 06:12:10 +03:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user