mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 06:35:15 +01:00
Update references to the JS proxy config
This commit is contained in:
parent
f52c36093e
commit
40914236d4
1 changed files with 2 additions and 2 deletions
|
@ -211,11 +211,11 @@
|
|||
"browserTarget": "mempool:build:production"
|
||||
},
|
||||
"local": {
|
||||
"proxyConfig": "proxy.conf.json",
|
||||
"proxyConfig": "proxy.conf.js",
|
||||
"verbose": true
|
||||
},
|
||||
"staging": {
|
||||
"proxyConfig": "proxy.stg.conf.json",
|
||||
"proxyConfig": "proxy.conf.js",
|
||||
"disableHostCheck": true,
|
||||
"host": "0.0.0.0",
|
||||
"verbose": true
|
||||
|
|
Loading…
Add table
Reference in a new issue