File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
BASE_URL = https://vsfdemo15.labs.odoogap.com/
2
+ NODE_API_BASE_URL = http://localhost:3000/api/
2
3
SITE_URL = https://vsf.labs.odoogap.com/
3
4
# PUBLIC_PATH=https://xyz.cloudfront.cdn.com
4
5
# For CI and other deployment scripts
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ export default {
160
160
] ,
161
161
publicRuntimeConfig : {
162
162
theme,
163
+ middlewareUrl : process . env . NODE_API_BASE_URL ,
163
164
baseURL : process . env . BASE_URL ,
164
165
siteURL : process . env . SITE_URL
165
166
} ,
Original file line number Diff line number Diff line change 42
42
"@vue-storefront/middleware" : " 2.7.5" ,
43
43
"@vue-storefront/nuxt" : " 2.7.5" ,
44
44
"@vue-storefront/nuxt-theme" : " 2.7.5" ,
45
- "@vue-storefront/odoo" : " 1.4.3-rc.18 " ,
45
+ "@vue-storefront/odoo" : " 1.5.0 " ,
46
46
"@vue-storefront/redis-cache" : " ^1.0.1" ,
47
47
"cookie-universal-nuxt" : " ^2.1.3" ,
48
48
"core-js" : " ^2.6.5" ,
You can’t perform that action at this time.
0 commit comments