Update references to the JS proxy config

This commit is contained in:
Felipe Knorr Kuhn 2021-10-22 11:52:23 -07:00
parent f52c36093e
commit 40914236d4
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -211,11 +211,11 @@
"browserTarget": "mempool:build:production" "browserTarget": "mempool:build:production"
}, },
"local": { "local": {
"proxyConfig": "proxy.conf.json", "proxyConfig": "proxy.conf.js",
"verbose": true "verbose": true
}, },
"staging": { "staging": {
"proxyConfig": "proxy.stg.conf.json", "proxyConfig": "proxy.conf.js",
"disableHostCheck": true, "disableHostCheck": true,
"host": "0.0.0.0", "host": "0.0.0.0",
"verbose": true "verbose": true