Skip to content

Commit 2c0821e

Browse files
committed
change default base URL to sdk.launchdarkly.com
1 parent 0eacd84 commit 2c0821e

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
@@ -14,7 +14,7 @@
1414
class LDClient
1515
{
1616
/** @var string */
17-
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
17+
const DEFAULT_BASE_URI = 'https://sdk.launchdarkly.com';
1818
/** @var string */
1919
const DEFAULT_EVENTS_URI = 'https://events.launchdarkly.com';
2020
/**

0 commit comments

Comments
 (0)