~starkingdoms/starkingdoms

ref: fff9fc74c01a2ceb75dcf23979d942d4b98a5b9b starkingdoms/web/src/lib/index.ts -rw-r--r-- 602 bytes
fff9fc74 — core chore: continue ci/cd work 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 },
    ]
}