aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-08-16 08:01:39 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-08-16 08:20:05 +0000
commit473792061d40a0027b57d65a97f3da06e4b8c7bd (patch)
tree0a22c16eb86f080e0ad7d19f6d8c2b045f37f54f /README.md
parentf4b789cd3d86eb96a1e012910a3e7111fd4fdfed (diff)
Consistently use the bff name in the bff code base
- rename package name from org.onap.portal.bff to org.onap.portalng.bff - replace all other occurences of portal-bff with bff Other: - remove Sonarqube plugin Issue-ID: PORTALNG-40 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I50548630212e46a0ab84c88ff5fef743dafe9d38
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 48f023d..fa8de71 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Portal BFF
+# bff
Backend for Frontend (BFF) component of the portal-ng.
## Build
@@ -55,14 +55,14 @@ To start the service execute the `run.sh` in the development folder:
development/run.sh
```
-Example request against the portal-prefs service can be run in your preferred IDE with the `request.http` file from the development folder.
+Example request against the preferences service can be run in your preferred IDE with the `request.http` file from the development folder.
You can access the Keycloak UI via browser.
URL: http://localhost:8080
**username:** admin
**password:** password
-To stop the portal-prefs service, Keycloak and the databases run:
+To stop the preferences service, Keycloak and the databases run:
```sh
development/stop.sh
```