interface PublisherNucleusConfig {
    appId: number;
    channelId: string;
    host: string;
    token: string;
}

Properties

appId: number

App ID of your target application in Nucleus

channelId: string

Channel ID of your target application in Nucleus

host: string

Hostname (with https?://) of your instance of Nucleus

token: string

Authentication token for your app, you can find this on the Nucleus web UI