1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 10:42:35 +03:00

update default sync host

This commit is contained in:
Eugene Pankov 2021-07-27 20:36:39 +02:00
parent 8ba067d90e
commit 273111fb05
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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,