From dc8252f3cfa1ddd0c1c8c70513c16c738d840822 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 21 Jan 2021 19:34:39 -0500 Subject: Fixing Blueprint Typo's and docs Issue-ID: CCSDK-3098 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I0cd5ba75a9ebb0363e7eab15ee0710b01e76b897 --- docs/userguides/developer-guide/running-cds-ui-locally.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/userguides') diff --git a/docs/userguides/developer-guide/running-cds-ui-locally.rst b/docs/userguides/developer-guide/running-cds-ui-locally.rst index 030ae356b..887a2cf15 100644 --- a/docs/userguides/developer-guide/running-cds-ui-locally.rst +++ b/docs/userguides/developer-guide/running-cds-ui-locally.rst @@ -128,7 +128,7 @@ Create **docker-compose.yaml** as below. **Note:** -- Replace with host/port where controller & processor mS are running. +- Replace with host/port where blueprint processor mS is running. .. code-block:: bash @@ -142,9 +142,7 @@ Create **docker-compose.yaml** as below. restart: always environment: - HOST=0.0.0.0 - - API_BLUEPRINT_CONTROLLER_HTTP_BASE_URL=http://:8080/api/v1 - - API_BLUEPRINT_CONTROLLER_HTTP_AUTH_TOKEN=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw== - - API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL=http://:8081/api/v1 + - API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL=http://:8080/api/v1 - API_BLUEPRINT_PROCESSOR_HTTP_AUTH_TOKEN=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw== - API_BLUEPRINT_PROCESSOR_GRPC_HOST= - API_BLUEPRINT_PROCESSOR_GRPC_PORT=9111 -- cgit 1.2.3-korg