Skip to content

Commit

Permalink
22688 - control min purchase amount via launchdarkly flag (#5720)
Browse files Browse the repository at this point in the history
  • Loading branch information
flutra-osmani committed Apr 17, 2023
1 parent d11b591 commit a44f1f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airbyte-featureflag/src/main/kotlin/FlagDefinitions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ object CheckWithCatalog : Temporary<Boolean>(key = "check-with-catalog", default

object ConnectorVersionOverridesEnabled : Temporary<Boolean>(key = "connectors.versionOverridesEnabled", default = false)

object MinimumCreditQuantity : Temporary<Int>(key = "minimum-credit-quantity", default = 100)

object ContainerOrchestratorDevImage : Temporary<String>(key = "container-orchestrator-dev-image", default = "")

object NewTrialPolicyEnabled : Temporary<Boolean>(key = "billing.newTrialPolicy", default = false)
Expand Down

0 comments on commit a44f1f5

Please sign in to comment.