Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepadayatti committed Aug 23, 2020
1 parent ed4c3c6 commit 35a3edd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ A webhook interceptor is provided to debug the webhook events. It can be accesse

1. `docker exec -it agent1.webhook tail -f demo.log` - For viewing webhook events for agent1
2. `docker exec -it agent2.webhook tail -f demo.log` - For viewing webhook events for agent2

#### Configuring the agent startup

The startup.sh file inside cloud-agent folder contains the `aca-py` startup command. You can modify it according to your development needs.

#### Todo

1. Providing a web interface for webhook event interceptor
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
container_name: agent1.localhost
environment:
AGENT_NAME: Test-Facility
ACAPY_ENDPOINT: https://agent1.igrant.io
ACAPY_ENDPOINT: http://agent1.localhost
GENESIS_URL: https://indy.igrant.io/genesis
WEBHOOK_URL: http://agent1.webhook:8080
volumes:
Expand All @@ -38,7 +38,7 @@ services:
container_name: agent2.localhost
environment:
AGENT_NAME: Data4Life-User
ACAPY_ENDPOINT: https://agent2.igrant.io
ACAPY_ENDPOINT: http://agent2.localhost
GENESIS_URL: https://indy.igrant.io/genesis
WEBHOOK_URL: http://agent2.webhook:8080
volumes:
Expand Down

0 comments on commit 35a3edd

Please sign in to comment.