fix(socketserver): use local server by default

This commit is contained in:
Travis Shivers 2020-08-27 18:17:42 -05:00
parent 97b3bb6e90
commit 9b69c7e3c0
1 changed files with 4 additions and 28 deletions

View File

@ -1,34 +1,10 @@
const defaults = {
servers: [
{
name: 'SyncLounge AU1',
location: 'Sydney, Australia',
url: 'https://v3au1.synclounge.tv/slserver',
image: 'flags/au.png',
},
{
name: 'SyncLounge EU1',
location: 'Amsterdam, Netherlands',
url: 'https://v2eu1.synclounge.tv/server',
image: 'flags/eu.png',
},
{
name: 'SyncLounge US1',
location: 'Miami, United States',
url: 'https://v2us1.synclounge.tv/server',
image: 'flags/us.png',
},
{
name: 'SyncLounge US2',
location: 'Miami, United States',
url: 'https://v3us1.synclounge.tv/slserver',
image: 'flags/us.png',
},
{
name: 'SyncLounge US3',
location: 'Miami, United States',
url: 'https://v3us2.synclounge.tv/slserver',
image: 'flags/us.png',
name: 'Local Server',
location: 'Local',
url: '',
image: 'synclounge-white.png',
},
],