Skip to content

Commit

Permalink
local secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbasson committed Jul 23, 2024
1 parent f46d51d commit 7967c91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ venv/
ENV/
env.bak/
venv.bak/
secret.sh

# Spyder project settings
.spyderproject
Expand Down
10 changes: 10 additions & 0 deletions scripts/k6/env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
source ./secret.sh
export K6_STATSD_ENABLE_TAGS=true
export SKIP_DELETE_ISSUERS=true
export VUS=10
export ITERATIONS=5
export ISSUER_PREFIX=k6_issuer_dev1
export HOLDER_PREFIX=k6_holder_dev
export SCHEMA_NAME="proof_of_person"
export SCHEMA_VERSION="0.1.0"

0 comments on commit 7967c91

Please sign in to comment.