Skip to content

Commit

Permalink
Updated issuer, verifier names
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Dec 12, 2023
1 parent c4c7c02 commit f0a4a34
Show file tree
Hide file tree
Showing 56 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ include(
"waltid-openid4vc",

// Services based on libs
"waltid-issuer",
"waltid-verifier",
"waltid-issuer-api",
"waltid-verifier-api",

// CLI
"waltid-cli",
Expand Down
2 changes: 1 addition & 1 deletion waltid-issuer/Dockerfile → waltid-issuer-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ WORKDIR /waltid-issuer

EXPOSE 7000

ENTRYPOINT ["/waltid-issuer/bin/waltid-issuer"]
ENTRYPOINT ["/waltid-issuer/bin/waltid-issuer-api"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ WORKDIR /waltid-verifier

EXPOSE 7001

ENTRYPOINT ["/waltid-verifier/bin/waltid-verifier"]
ENTRYPOINT ["/waltid-verifier/bin/waltid-verifier-api"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f0a4a34

Please sign in to comment.