@web3nl/vite-plugin-canister-dapp - v0.4.3
    Preparing search index...

    Interface CanisterDappEnvironmentConfig

    Environment configuration interface for Internet Computer Canister Dapp

    interface CanisterDappEnvironmentConfig {
        host: string;
        identityProvider: string;
    }
    Index

    Properties

    host: string

    Host URL for the Internet Computer API (e.g., http://localhost:8080 in dev, https://icp-api.io in prod)

    identityProvider: string

    Internet Identity provider URL (e.g., http://iiCanisterId.localhost:8080 in dev, https://identity.internetcomputer.org in prod)