Skip to content

Commit

Permalink
fix: remove any reference to the Admin/Super user (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jan 7, 2025
1 parent 7f7f298 commit f4ab954
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ java -Dweb.http.presentation.port=10001 \
-Dweb.http.path="/api" \
-Dweb.http.identity.port=8182 \
-Dweb.http.identity.path="/api/identity" \
-Dedc.ih.api.superuser.key="c3VwZXItdXNlcgo=c3VwZXItc2VjcmV0Cg==" \
-jar launcher/identityhub/build/libs/identity-hub.jar
```

Expand All @@ -90,7 +89,6 @@ docker run --rm --name identity-hub \
-e "WEB_HTTP_PORT=8181" \
-e "WEB_HTTP_IDENTITY_PORT=8182" \
-e "WEB_HTTP_IDENTITY_PATH=/api/identity" \
-e "EDC_IH_API_SUPERUSER_KEY=c3VwZXItdXNlcgo=c3VwZXItc2VjcmV0Cg==" \
identity-hub:latest
```

Expand Down

0 comments on commit f4ab954

Please sign in to comment.