config/dev: Revert run proxy without VPN for prod envs
This reverts commit 49b3f04
This commit is contained in:
parent
c7add821c2
commit
f1b4b67293
1 changed files with 0 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue