Skip to content

Commit d72754b

Browse files
authored
Merge pull request #67 from launchdarkly/eb/ch114714/base-url
change default base URL to sdk.launchdarkly.com
2 parents 0eacd84 + 2c0821e commit d72754b

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)