Skip to content
Snippets Groups Projects
Commit 8af58ced authored by Tobias Bruns's avatar Tobias Bruns
Browse files

Update README.md

parent f9f7a360
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ This properties must be configured to run the application ...@@ -9,7 +9,7 @@ This properties must be configured to run the application
| Key | Value | Default | Mandatory | Description | | Key | Value | Default | Mandatory | Description |
|----------------------------------------------------|----------------------------------------------------|------------------------| --------- |----------------------------------------------------------------| |----------------------------------------------------|----------------------------------------------------|------------------------| --------- |----------------------------------------------------------------|
| quarkus.oidc.auth-server-url | https://sso.dev.by.ozg-cloud.de/realms/sh-kiel-dev | none | yes | Url of the keycloak server with the realm | | quarkus.oidc.auth-server-url | https://keycloakurl/realms/realmname | none | yes | Url of the keycloak server with the realm |
| quarkus.mongodb.connection-string | mongodb://ozg-mongodb:27017 | none | yes | The connection string for the mongo db database | | quarkus.mongodb.connection-string | mongodb://ozg-mongodb:27017 | none | yes | The connection string for the mongo db database |
| quarkus.mongodb.database | usermanager | usermanager | no | Name of the mongo db database | | quarkus.mongodb.database | usermanager | usermanager | no | Name of the mongo db database |
| ozgcloud.keycloak.sync.period | 5m | 6h | no | Period between synchronizations | | ozgcloud.keycloak.sync.period | 5m | 6h | no | Period between synchronizations |
...@@ -46,7 +46,7 @@ In order to start user-manager-server connecting againts dev keycloak locally wi ...@@ -46,7 +46,7 @@ In order to start user-manager-server connecting againts dev keycloak locally wi
use below configuration in your IDE or CLI. use below configuration in your IDE or CLI.
``` ```
-Dquarkus.profile=local,remotekc -Dquarkus.profile=local,remotekc
-Dquarkus.oidc.auth-server-url=https://sso.dev.by.ozg-cloud.de/realms/sebo-test -Dquarkus.oidc.auth-server-url=https://keyclaokurl/realms/realmname
-Dozgcloud.keycloak.api.realm=sebo-test -Dozgcloud.keycloak.api.realm=sebo-test
-Dozgcloud.usersync.period="5s" -Dozgcloud.usersync.period="5s"
``` ```
...@@ -122,10 +122,10 @@ Usermanager als über-jar erstellen und lokal starten: ...@@ -122,10 +122,10 @@ Usermanager als über-jar erstellen und lokal starten:
```bash ```bash
./mvnw clean package -Dquarkus.package.type=uber-jar ./mvnw clean package -Dquarkus.package.type=uber-jar
java -Dquarkus.oidc.auth-server-url=https://sso.dev.by.ozg-cloud.de/realms/by-kiel-dev \ java -Dquarkus.oidc.auth-server-url=https://keycloakurl/realms/realmname \
-Dozgcloud.user-manager.url=http://localhost:8080 \ -Dozgcloud.user-manager.url=http://localhost:8080 \
-Dkeycloak.url=https://sso.dev.by.ozg-cloud.de \ -Dkeycloak.url=https://keycloakurl \
-jar ./target/user-manager-server-1.3.0-SNAPSHOT-runner.jar -jar ./target/user-manager-server-1.3.0-runner.jar
``` ```
Usermanager als native Anwendung erstellen und lokal starten: Usermanager als native Anwendung erstellen und lokal starten:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment