.env 787 B

12345678910111213141516
  1. # This file is commited. Do not store secrets here
  2. REACT_APP_ENV=staging
  3. REACT_APP_QUERY_NODE_URL=https://sumer-dev-2.joystream.app/query/server/graphql
  4. REACT_APP_QUERY_NODE_SUBSCRIPTION_URL=wss://sumer-dev-2.joystream.app/query/server/graphql
  5. REACT_APP_ORION_URL=https://orion-staging.joystream.app/graphql
  6. REACT_APP_NODE_URL=wss://sumer-dev-2.joystream.app/rpc
  7. REACT_APP_FAUCET_URL=https://sumer-dev-2.joystream.app/members/register
  8. #REACT_APP_ENV=production
  9. #REACT_APP_QUERY_NODE_URL=https://hydra.joystream.org/graphql
  10. #REACT_APP_QUERY_NODE_SUBSCRIPTION_URL=wss://hydra.joystream.org/graphql
  11. #REACT_APP_ORION_URL=https://orion.joystream.org/graphql
  12. #REACT_APP_NODE_URL=wss://rome-rpc-endpoint.joystream.org:9944/
  13. #REACT_APP_FAUCET_URL=https://member-faucet.joystream.org/register