File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments