- # This file is commited. Do not store secrets here
- REACT_APP_ENV=staging
- #REACT_APP_ENV=development
- #REACT_APP_ENV=production
- #REACT_APP_QUERY_NODE_URL=https://hydra-staging.joystream.app/server/graphql
- #REACT_APP_QUERY_NODE_URL=https://hydra.joystream.org/graphql
- REACT_APP_ORION_URL=https://orion-staging.joystream.app/graphql
- #REACT_APP_ORION_URL=https://orion.joystream.org/graphql
- #REACT_APP_STORAGE_NODE_URL=https://staging-3.joystream.app/storage/asset/v0/
- #REACT_APP_STORAGE_NODE_URL=https://rome-rpc-endpoint.joystream.org/asset/v0/
- REACT_APP_NODE_URL=wss://sumer-dev-2.joystream.app/rpc
- REACT_APP_FAUCET_URL=https://sumer-dev-2.joystream.app/members/register
- REACT_APP_QUERY_NODE_URL=https://sumer-dev-2.joystream.app/query/server/graphql
- REACT_APP_QUERY_NODE_SUBSCRIPTION_URL=wss://sumer-dev-2.joystream.app/query/server/graphql
|