.env 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # This file is committed. Do not store secrets here
  2. APP_PRIVATE_KEY='nzyPNWsj/C1+wAQWMZ9XJBMR'
  3. # should be set to "production" for production builds
  4. VITE_ENV=production
  5. VITE_ENV_SELECTION_ENABLED=true
  6. # default env in environments admin modal. Can be production, development, next or local. If not provided, VITE_ENV will be used
  7. VITE_DEFAULT_DATA_ENV=
  8. # forces maintenance screen. Set to true if Orion service is unavailable for a longer time
  9. VITE_FORCE_MAINTENANCE=false
  10. # App configuration
  11. VITE_APP_ID=null
  12. VITE_APP_NAME=L1M
  13. VITE_ASSET_LOGS_URL=
  14. VITE_AVATAR_SERVICE_URL=https://atlas-services.joystream.org/avatars
  15. VITE_ASSET_LOGS_URL=
  16. VITE_GEOLOCATION_SERVICE_URL=https://geolocation.joystream.org
  17. VITE_HCAPTCHA_SITE_KEY=41cae189-7676-4f6b-aa56-635be26d3ceb
  18. # YPP configuration
  19. #VITE_GOOGLE_CONSOLE_CLIENT_ID=246331758613-rc1psegmsr9l4e33nqu8rre3gno5dsca.apps.googleusercontent.com
  20. #VITE_YOUTUBE_SYNC_API_URL=https://52.204.147.11.nip.io
  21. #VITE_YOUTUBE_COLLABORATOR_MEMBER_ID=18
  22. VITE_GOOGLE_CONSOLE_CLIENT_ID=
  23. VITE_YOUTUBE_SYNC_API_URL=
  24. VITE_YOUTUBE_COLLABORATOR_MEMBER_ID=
  25. # Analytics tools
  26. VITE_GA_ID=
  27. VITE_SEGMENT_ID=
  28. VITE_SENTRY_DSN=
  29. VITE_OPTIMIZE_ID=
  30. VITE_USERSNAP_ID=
  31. # Production env URLs
  32. VITE_PRODUCTION_ORION_URL=https://orion.l1.media/graphql
  33. VITE_PRODUCTION_QUERY_NODE_SUBSCRIPTION_URL=wss://orion.l1.media/graphql
  34. VITE_PRODUCTION_NODE_URL=wss://rpc.joystream.org:9944
  35. VITE_PRODUCTION_FAUCET_URL=https://faucet.joystream.org/member-faucet/register
  36. # Development env URLs - this is the default configuration if VITE_ENV != production
  37. VITE_DEVELOPMENT_ORION_URL=https://atlas-dev.joystream.org/orion-v2/graphql
  38. VITE_DEVELOPMENT_QUERY_NODE_SUBSCRIPTION_URL=wss://atlas-dev.joystream.org/orion-v2/graphql
  39. VITE_DEVELOPMENT_NODE_URL=wss://atlas-dev.joystream.org/ws-rpc
  40. VITE_DEVELOPMENT_FAUCET_URL=https://atlas-dev.joystream.org/member-faucet/register
  41. # Experimental env URLs
  42. VITE_NEXT_ORION_URL=https://atlas-next.joystream.org/orion/graphql
  43. VITE_NEXT_QUERY_NODE_SUBSCRIPTION_URL=wss://atlas-next.joystream.org/orion/graphql
  44. VITE_NEXT_NODE_URL=wss://atlas-next.joystream.org/ws-rpc
  45. VITE_NEXT_FAUCET_URL=https://atlas-next.joystream.org/member-faucet/register
  46. # Local development env URLs
  47. VITE_LOCAL_ORION_URL=http://localhost:6116/graphql
  48. VITE_LOCAL_QUERY_NODE_SUBSCRIPTION_URL=ws://localhost:8081/graphql
  49. VITE_LOCAL_NODE_URL=ws://localhost:9944/ws-rpc
  50. VITE_LOCAL_FAUCET_URL=http://localhost:3002/register