1
0

wrangler.toml 651 B

1234567891011121314151617181920212223
  1. name = "atlas-proxy-worker"
  2. type = "javascript"
  3. account_id = ""
  4. route = ""
  5. compatibility_date = "2022-12-19"
  6. workers_dev = true
  7. [vars]
  8. ATLAS_URL = "https://atlas-js.vercel.app"
  9. META_SERVER_URL = "https://atlas-services.joystream.org/social-previews"
  10. [build]
  11. command = "yarn install --immutable && yarn build"
  12. [build.upload]
  13. format = "service-worker"
  14. [env.production]
  15. zone_id = "9b5baa89abf2e9aecd90951a5d561f04"
  16. routes = ["play.joystream.org/channel/*", "play.joystream.org/video/*", "play.joystream.org/ypp"]
  17. [env.production.vars]
  18. ATLAS_URL = "https://atlas-js.vercel.app"
  19. META_SERVER_URL = "https://atlas-services.joystream.org/social-previews"