Skip to content

Commit f84e7e9

Browse files
Merge pull request #92 from launchdarkly/emberstevens/sc-150321/standardize-relay-proxy-in-daemon-mode-in
Adds link to Relay Proxy docs
2 parents d6b6ef5 + 32991eb commit f84e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class LDClient
5959
* @param string $sdkKey The SDK key for your account
6060
* @param array $options Client configuration settings
6161
* - `base_uri`: Base URI of the LaunchDarkly service. Change this if you are connecting to a Relay Proxy instance instead of
62-
* directly to LaunchDarkly.
62+
* directly to LaunchDarkly. To learn more, read [The Relay Proxy](https://docs.launchdarkly.com/home/relay-proxy).
6363
* - `events_uri`: Base URI for sending events to LaunchDarkly. Change this if you are forwarding events through a Relay Proxy instance.
6464
* - `timeout`: The maximum length of an HTTP request in seconds. Defaults to 3.
6565
* - `connect_timeout`: The maximum number of seconds to wait while trying to connect to a server. Defaults to 3.

0 commit comments

Comments
 (0)