1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # This file is committed. Do not store secrets here
- # should be set to "production" for production builds
- VITE_ENV=development
- # App configuration
- VITE_APP_ID=4414-2
- VITE_APP_NAME=Atlas
- VITE_AVATAR_SERVICE_URL=https://atlas-services.joystream.org/avatars
- VITE_GEOLOCATION_SERVICE_URL=https://geolocation.joystream.org
- VITE_HCAPTCHA_SITE_KEY=41cae189-7676-4f6b-aa56-635be26d3ceb
- VITE_GOOGLE_CONSOLE_CLIENT_ID=
- VITE_YOUTUBE_SYNC_API_URL=
- VITE_YOUTUBE_COLLABORATOR_MEMBER_ID=
- # YPP configuration
- VITE_GOOGLE_CONSOLE_CLIENT_ID=246331758613-rc1psegmsr9l4e33nqu8rre3gno5dsca.apps.googleusercontent.com
- VITE_YOUTUBE_SYNC_API_URL=https://52.204.147.11.nip.io
- VITE_YOUTUBE_COLLABORATOR_MEMBER_ID=18
- # Production env URLs
- VITE_PRODUCTION_ORION_URL=https://orion.joystream.org/graphql
- VITE_PRODUCTION_QUERY_NODE_SUBSCRIPTION_URL=wss://orion.joystream.org/graphql
- VITE_PRODUCTION_NODE_URL=wss://rpc.joystream.org:9944
- VITE_PRODUCTION_FAUCET_URL=https://faucet.joystream.org/member-faucet/register
- # Development env URLs - this is the default configuration if VITE_ENV != production
- VITE_DEVELOPMENT_ORION_URL=https://atlas-dev.joystream.org/orion-v2/graphql
- VITE_DEVELOPMENT_QUERY_NODE_SUBSCRIPTION_URL=wss://atlas-dev.joystream.org/orion-v2/graphql
- VITE_DEVELOPMENT_NODE_URL=wss://atlas-dev.joystream.org/ws-rpc
- VITE_DEVELOPMENT_FAUCET_URL=https://atlas-dev.joystream.org/member-faucet/register
- # Experimental env URLs
- VITE_NEXT_ORION_URL=https://atlas-next.joystream.org/orion/graphql
- VITE_NEXT_QUERY_NODE_SUBSCRIPTION_URL=wss://atlas-next.joystream.org/orion/graphql
- VITE_NEXT_NODE_URL=wss://atlas-next.joystream.org/ws-rpc
- VITE_NEXT_FAUCET_URL=https://atlas-next.joystream.org/member-faucet/register
- # Local development env URLs
- VITE_LOCAL_ORION_URL=http://localhost:6116/graphql
- VITE_LOCAL_QUERY_NODE_SUBSCRIPTION_URL=ws://localhost:8081/graphql
- VITE_LOCAL_NODE_URL=ws://localhost:9944/ws-rpc
- VITE_LOCAL_FAUCET_URL=http://localhost:3002/register
|