@nevermined-io/payments
    Preparing search index...

    Interface EnvironmentInfo

    interface EnvironmentInfo {
        backend: string;
        embed: string;
        frontend: string;
        heliconeUrl: string;
        proxy: string;
    }
    Index

    Properties

    backend: string
    embed: string

    Base URL of the standalone, Privy-free embed app (the embed.<tier> origin that serves the chromeless /cards/* and /checkout/* pages). Formed by prepending embed. to the webapp host. The CLI redirect-mode card flows open ${embed}/cards/setup here — the old webapp /embed/cards/* routes were removed in the #1787 cutover.

    frontend: string
    heliconeUrl: string
    proxy: string