config/dev: Revert run proxy without VPN for prod envs

This reverts commit 49b3f04
This commit is contained in:
regexowl 2023-03-30 16:37:15 +02:00 committed by Sanne Raymaekers
parent c7add821c2
commit f1b4b67293

View file

@ -4,8 +4,6 @@ const config = require('@redhat-cloud-services/frontend-components-config');
const webpackProxy = {
useProxy: true,
useAgent: process.env.STAGE ? true : false,
bounceProd: process.env.STAGE ? false : true,
proxyVerbose: true,
env: `${process.env.STAGE ? 'stage' : 'prod'}-${
process.env.BETA ? 'beta' : 'stable'