@playlive/fundraiser-data
    Preparing search index...

    Interface FundraiserEnvUrls

    Shape of one row of the URL table. Each field carries a full https:// URL suitable for direct handoff to configure() — no further string munging required.

    tiltifyProxyUrl is intentionally not in this table: the Tiltify proxy is deployed outside playlive-unified-data-pipeline (raw API-Gateway *.execute-api.us-east-1.amazonaws.com URL, per playlive-landing-vite/README.md), so the consumer must supply it — see getConfigForEnv for the override plumbing.

    interface FundraiserEnvUrls {
        leaderboardApiUrl: string;
        lifetimeApiUrl: string;
        scheduleApiUrl: string;
        twitchServiceUrl: string;
    }
    Index
    leaderboardApiUrl: string

    Leaderboard API (packages/overlays/leaderboard/api).

    lifetimeApiUrl: string

    Lifetime-raised API (packages/features/fundraiser-discovery/api/template-lifetime-raised.yaml).

    scheduleApiUrl: string

    Schedule-builder API (packages/features/schedule-builder/api).

    twitchServiceUrl: string

    Root REST API (packages/api/rest) — the "Twitch service" URL.