~starkingdoms/starkingdoms

ref: 59f169733a76201b3dcb2e1913861478bd743fdd starkingdoms/web/src/lib/index.ts -rw-r--r-- 602 bytes
59f16973 — core feat: add linux native build 16 days ago
                                                                                
1
2
3
4
5
6
7
8
9
// place files you want to import through the `$lib` alias in this folder.
export const config = {
    environments: [
        { name: 'Live',     url: 'wss://stk.e3t.cc',          isPrimary: true,  isTesting: false, isDisabled: false },
        { name: 'Beta',     url: 'wss://beta.stk.e3t.cc',     isPrimary: false, isTesting: true,  isDisabled: false },
        { name: 'Bleeding', url: 'wss://bleeding.stk.e3t.cc', isPrimary: false, isTesting: true,  isDisabled: true  },
        { name: 'Local',    url: 'ws://localhost:5151',       isPrimary: false, isTesting: true,  isDisabled: false },
    ]
}