Initialize the fundraiser-data layer with consumer-supplied config. Idempotent — calling multiple times replaces the previous config.
Per-app configuration overrides.
configure({ tiltifyProxyUrl: "https://api.experience.stjude.org/tiltify", twitchServiceUrl: "https://api.experience.stjude.org/twitch",}); Copy
configure({ tiltifyProxyUrl: "https://api.experience.stjude.org/tiltify", twitchServiceUrl: "https://api.experience.stjude.org/twitch",});
Initialize the fundraiser-data layer with consumer-supplied config. Idempotent — calling multiple times replaces the previous config.