aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 769f5d0..4c00421 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Portal-history
+# History
This microservice manages the user actions for the `ui` frontend application. It is a Spring Boot application that is build upon MongoDB and Webflux.
## Build
@@ -29,14 +29,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
```