Skip to content

Commit

Permalink
Update readme to reference LaunchDarkly plans (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
atrakh authored Oct 30, 2024
1 parent 8d8a497 commit 4f33ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It syncs your LaunchDarkly environment to your Convex deployment, allowing you t

### LaunchDarkly account

To use the LaunchDarkly Convex component, you'll need a LaunchDarkly account. Your LaunchDarkly subscription must include access to integrations.
To use this component you must have a LaunchDarkly account on the [LaunchDarkly Foundation](https://launchdarkly.com/pricing/) plan.

### Convex App

Expand Down Expand Up @@ -89,7 +89,7 @@ The value you copied should start with `sdk-`.

Store the SDK key you copied as an environment variable named `LAUNCHDARKLY_SDK_KEY` in your Convex deployment. You can do so on the [environment variables](https://dashboard.convex.dev/deployment/settings/environment-variables) page or via `npx convex env set LAUNCHDARKLY_SDK_KEY sdk-***` from the CLI.

You can now configure the LaunchDarkly integration. On the [Integrations page](https://app.launchdarkly.com/settings/integrations) of the LaunchDarkly dashboard, search for Convex and click "Add Integration".
You can now configure the LaunchDarkly integration. On the [Integrations page](https://app.launchdarkly.com/settings/integrations/convex/new) of the LaunchDarkly dashboard, search for Convex and click "Add Integration". **Note that the Convex integration is only be available for LaunchDarkly Foundation and Enterprise plans.**

Each of your Convex deployments (e.g. Production and other developer's environments) will need their own integration configured in LaunchDarkly.

Expand Down

0 comments on commit 4f33ffd

Please sign in to comment.