.env 1.1 KB

1234567891011121314151617181920212223242526
  1. # Address of the Joystream node.
  2. NODE_URL=ws://127.0.0.1:9944
  3. # Address of the Joystream query node.
  4. QUERY_NODE_URL=http://127.0.0.1:8081/graphql
  5. # Account which is expected to provide sufficient funds to test accounts.
  6. TREASURY_ACCOUNT_URI=//Alice
  7. # Sudo Account
  8. SUDO_ACCOUNT_URI=//Alice
  9. # Amount of members able to buy membership in membership creation test.
  10. MEMBERSHIP_CREATION_N=2
  11. # Amount of members able to invite in members invite test.
  12. MEMBERS_INVITE_N=2
  13. # Amount of staking accounts to add during "add staking accounts" test
  14. STAKING_ACCOUNTS_ADD_N=3
  15. # Amount of applications to create in openingAndApplicationsStatus test
  16. APPLICATION_STATUS_CREATE_N=6
  17. # Amount of applications to withdraw in openingAndApplicationsStatus test
  18. APPLICATION_STATUS_WITHDRAW_N=3
  19. # Amount of workers to test in workerActions flow
  20. WORKER_ACTIONS_WORKERS_N=6
  21. # Amount of workers to terminate in workerActions flow
  22. WORKER_ACTIONS_TERMINATE_N=3
  23. # to be able to use all accounts generated in a prior scenario run against the same chain
  24. START_KEY_ID=0
  25. # Mini-secret or mnemonic used in SURI for deterministic key derivation
  26. SURI_MINI_SECRET=""