3
1

config.ts 226 B

1234
  1. export const domain = "https://testnet.joystream.org";
  2. export const wsLocation = "wss://joystreamstats.live:9945";
  3. export const apiLocation = "https://api.joystreamstats.live/api/v1"
  4. export const socketLocation = "/socket.io"