Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
feat(.env): Update the default .env values
Browse files Browse the repository at this point in the history
Signed-off-by: PaulWen <[email protected]>
  • Loading branch information
PaulWen committed Jan 5, 2023
1 parent f5ad957 commit a7ace5d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SYSTEM_AGENTS=true
SYSTEM_LOAD_GENERATOR=true

# Scale Instances
NUMBER_OF_ISSUER_VERIFIER_ACAPY_INSTANCES=5
NUMBER_OF_HOLDER_ACAPY_INSTANCES=5
NUMBER_OF_ISSUER_VERIFIER_ACAPY_INSTANCES=1
NUMBER_OF_HOLDER_ACAPY_INSTANCES=1

# Multitenancy
ENABLE_MULTITENANCY=false
Expand All @@ -17,7 +17,7 @@ NUMBER_OF_LOAD_GENERATOR_INSTANCES_FOR_MULTITENANCY=3
LEDGER_REGISTER_DID_ENDPOINT_DOCKER=http://host.docker.internal:9000/register

# Docker Images
ACAPY_IMAGE=bcgovimages/aries-cloudagent:py36-1.16-1_0.7.3
ACAPY_IMAGE=bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
POSTGRES_IMAGE=postgres:13.1-alpine

# Ledger
Expand All @@ -35,12 +35,12 @@ TEST_RUNNERS_MAX_PARALLEL_ITERATIONS_RUNNER_ACTIVE=false
TEST_RUNNERS_MAX_PARALLEL_ITERATIONS_RUNNER_NUMBER_OF_TOTAL_ITERATIONS=100
TEST_RUNNERS_MAX_PARALLEL_ITERATIONS_RUNNER_NUMBER_OF_PARALLEL_ITERATIONS=5

TEST_RUNNERS_CONSTANT_LOAD_RUNNER_ACTIVE=false
TEST_RUNNERS_CONSTANT_LOAD_RUNNER_ACTIVE=true
TEST_RUNNERS_CONSTANT_LOAD_RUNNER_NUMBER_OF_TOTAL_ITERATIONS=100
TEST_RUNNERS_CONSTANT_LOAD_RUNNER_NUMBER_OF_ITERATIONS_PER_MINUTE=30
TEST_RUNNERS_CONSTANT_LOAD_RUNNER_THREAD_POOL_SIZE=10

TEST_RUNNERS_INCREASING_LOAD_RUNNER_ACTIVE=true
TEST_RUNNERS_INCREASING_LOAD_RUNNER_ACTIVE=false
TEST_RUNNERS_INCREASING_LOAD_RUNNER_PEAK_DURATION_IN_MINUTES=2
TEST_RUNNERS_INCREASING_LOAD_RUNNER_SLEEP_BETWEEN_PEAKS_IN_MINUTES=1
TEST_RUNNERS_INCREASING_LOAD_RUNNER_INITIAL_NUMBER_OF_ITERATIONS_PER_MINUTE=150
Expand All @@ -52,10 +52,10 @@ TEST_RUNNERS_INCREASING_LOAD_RUNNER_THREAD_POOL_SIZE=10
TEST_FLOWS_EMPTY_FLOW_ACTIVE=false

TEST_FLOWS_FULL_FLOW_ACTIVE=true
TEST_FLOWS_FULL_FLOW_USE_REVOCABLE_CREDENTIALS=true
TEST_FLOWS_FULL_FLOW_USE_REVOCABLE_CREDENTIALS=false
TEST_FLOWS_FULL_FLOW_REVOCATION_REGISTRY_SIZE=3000
TEST_FLOWS_FULL_FLOW_CHECK_NON_REVOKED=true
TEST_FLOWS_FULL_FLOW_REVOKE_CREDENTIALS=true
TEST_FLOWS_FULL_FLOW_CHECK_NON_REVOKED=false
TEST_FLOWS_FULL_FLOW_REVOKE_CREDENTIALS=false
TEST_FLOWS_FULL_FLOW_CREDENTIAL_REVOCATION_BATCH_SIZE=5
TEST_FLOWS_FULL_FLOW_USE_OOB_INSTEAD_OF_CONNECTION=false

Expand Down

0 comments on commit a7ace5d

Please sign in to comment.