config.ts 572 B

123456789
  1. export const domain = "https://pioneer.joystreamstats.live";
  2. export const wsLocation = "wss://joystreamstats.live:9945";
  3. export const apiLocation = "https://api.joystreamstats.live/api/v1"
  4. export const socketLocation = "/socket.io"
  5. export const hydraLocation = "https://hydra.joystream.org/graphql"
  6. //export const alternativeBackendApis = "http://localhost:3000"
  7. export const alternativeBackendApis = "https://validators.joystreamstats.live"
  8. export const tasksEndpoint = "https://api.joystreamstats.live/tasks"
  9. // export const tasksEndpoint = "http://localhost:3500/tasks"