Skip to content

Commit e4ec211

Browse files
committed
fix: change default backend host to match wallet-ecosystem
Signed-off-by: Johannes Dannelov <johannes.dannelov@digg.se>
1 parent 06baf17 commit e4ec211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nuxt.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
1919
},
2020
runtimeConfig: {
2121
public: {
22-
hostApi: process.env.HOST_API || "http://eudi-verifier",
22+
hostApi: process.env.HOST_API || "https://localhost/refimpl-verifier-backend",
2323
walletUrl: process.env.WALLET_URL || "openid4vp://",
2424
},
2525
},
@@ -40,11 +40,11 @@ export default defineNuxtConfig({
4040
host: "0.0.0.0",
4141
devProxy: {
4242
"/ui/": {
43-
target: "https://eudi-verifier-backend.wallet.local/ui/",
43+
target: "https://localhost/refimpl-verifier-backend/ui/",
4444
changeOrigin: true,
4545
},
4646
"/wallet/": {
47-
target: "https://eudi-verifier-backend.wallet.local/wallet/",
47+
target: "https://localhost/refimpl-verifier-backend/wallet/",
4848
changeOrigin: true,
4949
},
5050
},

0 commit comments

Comments
 (0)