Skip to content

Commit

Permalink
Fixed some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc authored and georgepadayatti committed Aug 24, 2020
1 parent 7668f00 commit 713fcd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* agent1.swagger.localhost (Administration API(s) with swagger UI)
* agent2.localhost (Agent2 service endpoint)
* agent2.swagger.localhost (Administration API(s) with swagger UI)
* agent3.localhost (Agent3 service endpoint)
* agent3.swagger.localhost (Administration API(s) with swagger UI)
* agent1.webhook (For capturing webhook events)
* agent2.webhook (For capturing webhook events)
Expand All @@ -20,7 +21,7 @@ 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
3. `docker exec -it agent2.webhook tail -f demo.log` - For viewing webhook events for agent2
3. `docker exec -it agent3.webhook tail -f demo.log` - For viewing webhook events for agent3

#### Configuring the agent startup

Expand Down

0 comments on commit 713fcd5

Please sign in to comment.