@web3nl/my-canister-dashboard - v0.8.0
    Preparing search index...

    Interface CanisterDashboardDevConfig

    Configuration interface for My Canister Dashboard in development mode

    interface CanisterDashboardDevConfig {
        canisterId: undefined | string;
        dfxHost: string;
        identityProvider: string;
    }
    Index

    Properties

    canisterId: undefined | string

    Canister ID (optional)

    dfxHost: string

    DFX host URL for example http://localhost:8080

    identityProvider: string

    Internet Identity provider URL for example http://iiCanisterId.localhost:8080