~starkingdoms/starkingdoms

ref: 39d56abc48b6f649328ab5ea7c0adeace42c3b35 starkingdoms/web/src/lib/index.ts -rw-r--r-- 602 bytes
39d56abc — core feat: pain, suffering, and despair 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 },
    ]
}