Interface ConfigSettings

Configurable settings

interface ConfigSettings {
    token: string;
    host?: string;
}

Properties

Properties

token: string

Authentication token

host?: string

Host name, default to getlocus.io