Type alias IPFSClusterConfiguration

IPFSClusterConfiguration: {
    auth?: {
        password: string;
        username: string;
    };
    url: string;
}

Cluster configuration

Type declaration

  • Optional auth?: {
        password: string;
        username: string;
    }

    Authentication for the ipfs cluster REST api

    • password: string
    • username: string
  • url: string

    Uri for the ipfs cluster

Generated using TypeDoc