Skip to content

Commit

Permalink
Merge pull request #70 from GHkrishna/fix/update-env
Browse files Browse the repository at this point in the history
fix: update env to include missing environment variables
  • Loading branch information
anwalker293 authored Aug 21, 2024
2 parents 72bcee7 + 8007c8c commit e55371d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sample.demo.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ AGENT_IP= # external ip (load balancer if clustered)
LOCUST_MIN_WAIT=1
LOCUST_MAX_WAIT=10

ISSUER_TYPE="acapy"
ISSUER_URL=http://issuer:8150
ISSUER_HEADERS={}

VERIFIER_TYPE="acapy"
VERIFIER_URL=http://issuer:8150
VERIFIER_HEADERS={}

Expand Down
2 changes: 1 addition & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ISSUER_TYPE="acapy"
ISSUER_HEADERS={"Authorization":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ3YWxsZXRfaWQiOiIwOWY5ZDAwNC02OTM0LTQyZDYtOGI4NC1jZTY4YmViYzRjYTUiLCJpYXQiOjE2NzY4NDExMTB9.pDQPjiYEAoDJf3044zbsHrSjijgS-yC8t-9ZiuC08x8"}

VERIFIER_URL=http:// #ACA-Py admin interface
ISSUER_TYPE="acapy"
VERIFIER_TYPE="acapy"
VERIFIER_HEADERS={"Authorization":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ3YWxsZXRfaWQiOiIwOWY5ZDAwNC02OTM0LTQyZDYtOGI4NC1jZTY4YmViYzRjYTUiLCJpYXQiOjE2NzY4NDExMTB9.pDQPjiYEAoDJf3044zbsHrSjijgS-yC8t-9ZiuC08x8"}

CRED_DEF= # anchor cred def
Expand Down

0 comments on commit e55371d

Please sign in to comment.