diff --git a/src/ui/platforms/desktop/src/client.config.ts b/src/ui/platforms/desktop/src/client.config.ts index 8788467d8..464424e89 100644 --- a/src/ui/platforms/desktop/src/client.config.ts +++ b/src/ui/platforms/desktop/src/client.config.ts @@ -32,19 +32,7 @@ export const getClientConfig = (mode: ClientFlavor): ClientConfig => { }, { port: 2020, - host: '1.12.67.228', - protocol: 'http', - hostTag: ServerHostTag.GuangZhou, - }, - { - port: 2020, - host: '121.41.167.150', - protocol: 'http', - hostTag: ServerHostTag.HangZhou, - }, - { - port: 2020, - host: '124.220.210.221', + host: '124.220.218.22', protocol: 'http', hostTag: ServerHostTag.ShangHai, },