From 273111fb0545b62722b2eef488b873775ebaa514 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 27 Jul 2021 20:36:39 +0200 Subject: [PATCH] update default sync host --- tabby-settings/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,