~starkingdoms/starkingdoms

ref: d5ae439e152b678cacc34b43f9090e33c0b9cb20 starkingdoms/web/src/lib/index.ts -rw-r--r-- 602 bytes
d5ae439e — core fix: actually install the cli (2) 17 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 },
    ]
}