.env 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # This file is committed. Do not store secrets here
  2. # should be set to "production" for production builds
  3. VITE_ENV=development
  4. # App configuration
  5. VITE_APP_ID=4414-2
  6. VITE_APP_NAME=Atlas
  7. VITE_AVATAR_SERVICE_URL=https://atlas-services.joystream.org/avatars
  8. VITE_GEOLOCATION_SERVICE_URL=https://geolocation.joystream.org
  9. VITE_HCAPTCHA_SITE_KEY=41cae189-7676-4f6b-aa56-635be26d3ceb
  10. VITE_GOOGLE_CONSOLE_CLIENT_ID=
  11. VITE_YOUTUBE_SYNC_API_URL=
  12. VITE_YOUTUBE_COLLABORATOR_MEMBER_ID=
  13. # YPP configuration
  14. VITE_GOOGLE_CONSOLE_CLIENT_ID=246331758613-rc1psegmsr9l4e33nqu8rre3gno5dsca.apps.googleusercontent.com
  15. VITE_YOUTUBE_SYNC_API_URL=https://52.204.147.11.nip.io
  16. VITE_YOUTUBE_COLLABORATOR_MEMBER_ID=18
  17. # Production env URLs
  18. VITE_PRODUCTION_ORION_URL=https://orion.joystream.org/graphql
  19. VITE_PRODUCTION_QUERY_NODE_SUBSCRIPTION_URL=wss://orion.joystream.org/graphql
  20. VITE_PRODUCTION_NODE_URL=wss://rpc.joystream.org:9944
  21. VITE_PRODUCTION_FAUCET_URL=https://faucet.joystream.org/member-faucet/register
  22. # Development env URLs - this is the default configuration if VITE_ENV != production
  23. VITE_DEVELOPMENT_ORION_URL=https://atlas-dev.joystream.org/orion-v2/graphql
  24. VITE_DEVELOPMENT_QUERY_NODE_SUBSCRIPTION_URL=wss://atlas-dev.joystream.org/orion-v2/graphql
  25. VITE_DEVELOPMENT_NODE_URL=wss://atlas-dev.joystream.org/ws-rpc
  26. VITE_DEVELOPMENT_FAUCET_URL=https://atlas-dev.joystream.org/member-faucet/register
  27. # Experimental env URLs
  28. VITE_NEXT_ORION_URL=https://atlas-next.joystream.org/orion/graphql
  29. VITE_NEXT_QUERY_NODE_SUBSCRIPTION_URL=wss://atlas-next.joystream.org/orion/graphql
  30. VITE_NEXT_NODE_URL=wss://atlas-next.joystream.org/ws-rpc
  31. VITE_NEXT_FAUCET_URL=https://atlas-next.joystream.org/member-faucet/register
  32. # Local development env URLs
  33. VITE_LOCAL_ORION_URL=http://localhost:6116/graphql
  34. VITE_LOCAL_QUERY_NODE_SUBSCRIPTION_URL=ws://localhost:8081/graphql
  35. VITE_LOCAL_NODE_URL=ws://localhost:9944/ws-rpc
  36. VITE_LOCAL_FAUCET_URL=http://localhost:3002/register