From 713fcd5c75dbac2694af04a47f25b9d86bd4fe93 Mon Sep 17 00:00:00 2001 From: Lal Chandran <455274+lalc@users.noreply.github.com> Date: Mon, 24 Aug 2020 14:50:03 +0200 Subject: [PATCH] Fixed some errors --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e9bda..a610a83 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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