Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This topic explains how to configure LaunchDarkly SDKs to connect to alternate service endpoints. Each SDK connects to several LaunchDarkly web services. These include services for getting feature flag data using streaming or polling, and a service for storing analytics events. Optionally, you can configure LaunchDarkly to connect to alternate service endpoints. Most customers do not need to configure service endpoints. You may need to configure service endpoints in the following situations:- You are working with the LaunchDarkly federal instance. If you are using the federal instance of LaunchDarkly, you must configure the SDK so that it connects to the federal instance for these services instead.
- You are working with the LaunchDarkly European Union (EU) instance. If you are using the EU instance of LaunchDarkly, you must configure the SDK so that it connects to the federal instance for these services instead. To learn which URLs to use instead, read the EU instance documentation.
- You are using the Relay Proxy in proxy mode. To learn more, read Using proxy mode.
- You are using the LaunchDarkly CLI to run a local
dev-serverfor testing, and you want to access local flag values from there. To learn more, read Using the LaunchDarkly CLI for local testing.