Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:walt-id/waltid-verifier-portal in…
Browse files Browse the repository at this point in the history
…to feat-verifier-multitenancy
  • Loading branch information
severinstampler committed Jan 10, 2023
2 parents 0e9642f + 3de23eb commit f70c6e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export default {
'@/plugins/bootstrap',
'@/plugins/bootstrap-script'
],
publicRuntimeConfig: {
copyright: process.env.COPYRIGHT || 'powered by walt.id'
},

// Auto import components: https://go.nuxtjs.dev/config-components
components: true,
Expand All @@ -50,10 +53,10 @@ export default {
},

proxy: {
// '/verifier-api/': 'https://wallet.waltid.org',
// '/api/': 'https://wallet.waltid.org'
'/verifier-api/': 'http://localhost:8080/',
'/api/': 'http://localhost:8080/'
'/verifier-api/': 'https://wallet.walt-test.cloud',
'/api/': 'https://wallet.walt-test.cloud'
//'/verifier-api/': 'http://localhost:8080/',
//'/api/': 'http://localhost:8080/'
},


Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a :href="getPresentationUrl(wallets[0].id, bidSchemaUri)"
class="btn btn-success my-2 fw-bold _btn">Connect Wallet using <b>Bank ID</b></a>
</p>
<p class="text-muted fw-bold">© 2022 walt.id</p>
<p class="text-muted fw-bold"> {{ $config.copyright }} </p>
</div>
</div>
</section>
Expand Down

0 comments on commit f70c6e0

Please sign in to comment.