Closed sikka closed 7 years ago
I wasn't even aware this feature was supported by the js ldclient. It's undocumented on their end but digging through their source, it seems they accept options to define baseUrl
: https://github.com/launchdarkly/js-client/blob/master/src/index.js#L241
Currently this isn't supported, but you're welcome to submit a PR. I can point you in the general direction for this:
ldClientWrapper
would need to accept an additional options
arg where baseUrl
would be a propertyoptions
would need to be passed from LaunchDarkly
down to FeatureFlag
I'll create a separate issue to track this as a feature request.
We have our own instance at our company. I have to set the url to "https://app.abc.launchdarkly.com". How do I do that?