Skip to content

Commit

Permalink
set generic examples
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
Mirko Mollik committed Apr 29, 2024
1 parent 8882b02 commit 42ff8eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/issuer/templates/credentials/eid.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"name": "Identity Card",
"locale": "en-US",
"logo": {
"url": "https://exampleuniversity.com/public/logo.png",
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Flagge_Deutschland.jpg/640px-Flagge_Deutschland.jpg",
"alt_text": "a square logo of a university"
},
"background_image": {
Expand Down
2 changes: 1 addition & 1 deletion apps/verifier/templates/eID.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"metadata": {
"clientId": "client",
"clientName": "Verifier",
"logo_uri": "https://upload.wikimedia.org/wikipedia/de/thumb/e/ee/Fraunhofer-Gesellschaft_2009_logo.svg/2560px-Fraunhofer-Gesellschaft_2009_logo.svg.png"
"logo_uri": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Flagge_Deutschland.jpg/640px-Flagge_Deutschland.jpg"
},
"request": {
"id": "check-in",
Expand Down
2 changes: 1 addition & 1 deletion config/issuer/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "German Government",
"locale": "en-US",
"logo": {
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Flagge_Deutschland.jpg/640px-Flagge_Deutschland.jpg"
"url": "https://www.bmi.bund.de/SharedDocs/bilder/DE/schmuckbilder/moderne-verwaltung/paesse-ausweise/personalausweis_vorderseite_ab_august_2021.jpg?__blob=poster&v=2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion config/verifier/eID.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"metadata": {
"clientId": "client",
"clientName": "Verifier",
"logo_uri": "https://upload.wikimedia.org/wikipedia/de/thumb/e/ee/Fraunhofer-Gesellschaft_2009_logo.svg/2560px-Fraunhofer-Gesellschaft_2009_logo.svg.png"
"logo_uri": "https://www.bmi.bund.de/SharedDocs/bilder/DE/schmuckbilder/moderne-verwaltung/paesse-ausweise/personalausweis_vorderseite_ab_august_2021.jpg?__blob=poster&v=2"
},
"request": {
"id": "check-in",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "pnpm run -r lint"
},
"keywords": [],
"author": "Mirko Mollik <[email protected]>",
"author": "Mirko Mollik <[email protected]>",
"license": "Apache-2.0",
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 42ff8eb

Please sign in to comment.