|
@@ -6,6 +6,14 @@ QUERY_NODE_URL=http://127.0.0.1:8081/graphql
|
|
|
TREASURY_ACCOUNT_URI=//Alice
|
|
|
# Sudo Account
|
|
|
SUDO_ACCOUNT_URI=//Alice
|
|
|
+# to be able to use all accounts generated in a prior scenario run against the same chain
|
|
|
+START_KEY_ID=0
|
|
|
+# Mini-secret or mnemonic used in SURI for deterministic key derivation
|
|
|
+SURI_MINI_SECRET=""
|
|
|
+
|
|
|
+## TODO: Do the below settings really make sense as env variables?
|
|
|
+## Probably a configure them in flows or fixutres or maybe a general test-config.yml file
|
|
|
+
|
|
|
# Amount of members able to buy membership in membership creation test.
|
|
|
MEMBERSHIP_CREATION_N=2
|
|
|
# Amount of members able to invite in members invite test.
|
|
@@ -20,7 +28,4 @@ APPLICATION_STATUS_WITHDRAW_N=3
|
|
|
WORKER_ACTIONS_WORKERS_N=6
|
|
|
# Amount of workers to terminate in workerActions flow
|
|
|
WORKER_ACTIONS_TERMINATE_N=3
|
|
|
-# to be able to use all accounts generated in a prior scenario run against the same chain
|
|
|
-START_KEY_ID=0
|
|
|
-# Mini-secret or mnemonic used in SURI for deterministic key derivation
|
|
|
-SURI_MINI_SECRET=""
|
|
|
+
|