// 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 },
]
}