Skip to content

Commit

Permalink
update default configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Apr 13, 2023
1 parent dfc89fb commit 73cd4f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/idp-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"externalUrl": "http://localhost:8080",
"externalUrl": "http://localhost:5000",
"jsProjectExternalUrl":"http://localhost:4000",
"claimConfig": {
"vc_mappings": [
Expand Down
4 changes: 2 additions & 2 deletions config/verifier-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"verifierUiUrl": "",
"verifierApiUrl": "http://localhost:8090/api/siop/default",
"verifierApiUrl": "http://localhost:8080/api/siop/default",

"wallets": {
"walt.id": {
"id": "walt.id",
"url": "http://localhost:3000",
"url": "https://wallet.walt-test.cloud",
"presentPath": "api/siop/initiatePresentation/",
"receivePath" : "api/siop/initiateIssuance/",
"description": "localhost wallet"
Expand Down
4 changes: 4 additions & 0 deletions web/waltid-idpkit-ui/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@ export default {
'/verifier-api/': "http://localhost:8080/",
'/api/': "http://localhost:8080/",
'/webjars/': "http://localhost:8080/"
},

server: {
port: 5000
}
}

0 comments on commit 73cd4f8

Please sign in to comment.