Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update env to include missing environment variables #70

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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