1
0

.env 2.1 KB

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