@fishjam-cloud/js-server-sdk - v0.29.0
    Preparing search index...

    Type Alias CompositionConfig

    type CompositionConfig = {
        compositionUrl?: string;
        managementToken: string;
    }
    Index

    Properties

    compositionUrl?: string

    Address of the Composition API. Only needs setting when running against a deployment other than production.

    managementToken: string

    Management token is a secret token authorizing to perform actions on your account. It is the same token FishjamClient is configured with. Never share this token with anyone. Visit https://fishjam.io/app/ to get your Management Token.