Skip to main content
Version: Next

Type Alias: CompositionConfig

CompositionConfig = object

Defined in: js-server-sdk/src/types.ts:124

Properties​

compositionUrl?​

optional compositionUrl: string

Defined in: js-server-sdk/src/types.ts:136

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


managementToken​

managementToken: string

Defined in: js-server-sdk/src/types.ts:131

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.