Remove non-existent image reference, fix HTML escapes

This commit is contained in:
Engelbart Kai Sven (PEA4-Fe) 2020-12-02 15:52:12 +01:00 committed by Engelbart Kai Sven (PEA4-Fe)
parent ff9d56c005
commit 526f9750ec
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
<img src="/assets/imgs/architecture.svg" alt="architecture" class="space-below">
<p> <p>
Bosch IoT Cloud space where all applications are hosted: Bosch IoT Cloud space where all applications are hosted:
<a href="https://apps.sys.de1.bosch-iot-cloud.com/organizations/b28baba5-f95f-4ce5-bc9c-3f45acd1dfb2"> <a href="https://apps.sys.de1.bosch-iot-cloud.com/organizations/b28baba5-f95f-4ce5-bc9c-3f45acd1dfb2">

View File

@ -22,7 +22,7 @@ Every time:
<li>cf ssh -L 1120:st0cvm200118.internal-mongodb.de1.bosch-iot-cloud.com:30000 definma-api</li> <li>cf ssh -L 1120:st0cvm200118.internal-mongodb.de1.bosch-iot-cloud.com:30000 definma-api</li>
<li> <li>
Login into your application with localhost:1120 and use credentials and Authentication Database from the BIC Login into your application with localhost:1120 and use credentials and Authentication Database from the BIC
(Data can be found at Home>DeFinMa>production>definma-api>Services>dots on the right of definmadb>View Credentials) (Data can be found at Home&gt;DeFinMa&gt;production&gt;definma-api&gt;Services&gt;dots on the right of definmadb&gt;View Credentials)
</li> </li>
</ul> </ul>