diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-03-24 11:26:41 +0000 |
---|---|---|
committer | Frank Kimmlingen <frank.kimmlingen@telekom.de> | 2023-03-31 07:11:10 +0000 |
commit | 5705086df021779c9e15f08ae12e29f3db161294 (patch) | |
tree | ec2e1075ccde3d572cca37e534843f3eae30c3b9 /docs/userguides | |
parent | 36128a2e16e5eac1dd47ff36e2e2d4d17586e60f (diff) |
Fix doc-rules job and cds-ui build
- Doc changes to satisfy new doc-rules
- Fixo f CDS-UI build
Issue-ID: CCSDK-3859
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I9471e845afd39d06466da9a5db8fde5acdf15ea1
(cherry picked from commit 4d906e5210c570678bba6db82d85b16ff2ebaaf8)
Diffstat (limited to 'docs/userguides')
-rw-r--r-- | docs/userguides/developer-guide/running-bp-processor-in-ide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguides/developer-guide/running-bp-processor-in-ide.rst b/docs/userguides/developer-guide/running-bp-processor-in-ide.rst index e31246b01..f2a2a59d2 100644 --- a/docs/userguides/developer-guide/running-bp-processor-in-ide.rst +++ b/docs/userguides/developer-guide/running-bp-processor-in-ide.rst @@ -312,7 +312,7 @@ Import the project into the IDE **Add/replace the following in Blueprint's application-dev.properties file:** - .. code-block:: java + .. code-block:: blueprintsprocessor.grpcclient.remote-python.type=token-auth blueprintsprocessor.grpcclient.remote-python.host=localhost @@ -323,7 +323,7 @@ Import the project into the IDE **Currently the following entries need to be added in VSC too:** - .. code-block:: java + .. code-block:: logging.level.web=DEBUG logging.level.org.springframework.web: DEBUG |