diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 201f7fa6b..958c61e8f 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -5,7 +5,7 @@ module.exports = { devServer: { proxy: { "/api": { - target: "http://mealie-api:9000 ", + target: process.env.VUE_APP_API_BASE_URL, secure: false, }, },