Added env var to turn off rate limits for local installation

This commit is contained in:
Chris Troutner
2021-03-09 06:47:26 -08:00
parent 8345311284
commit 2fa911c04e
4 changed files with 42 additions and 29 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage:report": "export NETWORK=mainnet && nyc --reporter=html mocha --timeout 25000 test/v4/",
"docs": "./node_modules/.bin/apidoc -i src/routes/v4 -o docs",
"test:temp1": "export NETWORK=mainnet && export TEST=integration && mocha --exit --timeout 25000 -g '#hydrateUtxosWL' test/v4/integration/",
"test:temp1": "export NETWORK=mainnet && export TEST=integration && mocha --exit --timeout 25000 -g '#hydrateUtxos-' test/v4/integration/",
"test:temp2": "mocha test/v4/rate-limit2-unit.js"
},
"engines": {