diff --git a/tabby-settings/src/config.ts b/tabby-settings/src/config.ts index 7bdb7301..31727f5b 100644 --- a/tabby-settings/src/config.ts +++ b/tabby-settings/src/config.ts @@ -4,7 +4,7 @@ import { ConfigProvider, Platform } from 'tabby-core' export class SettingsConfigProvider extends ConfigProvider { defaults = { configSync: { - host: 'https://tabby.sh', + host: 'https://api.tabby.sh', token: '', configID: null, auto: false,