Adding flag to disable rate limits to docker mainnet startup script

This commit is contained in:
Chris Troutner
2021-10-27 08:09:46 -07:00
parent c8fe6f0bfd
commit 3d6a8e30fd
+3
View File
@@ -48,6 +48,9 @@ export PRO_PASS=somerandomepassword:someotherrandompassword:aThirdPassword
# that originate froma domain on the whitelist.
export WHITELIST_DOMAINS=fullstack.cash,psfoundation.cash,torlist.cash
# Disable rate limits
#export DO_NOT_USE_RATE_LIMITS=1
# Rate Limits. Numbers are divided into 1000. e.g. 1000 / 50 = 20 RPM for ANON.
# Requests use the ANON rate limit if they fail to pass in a JWT token.
# ANON = 20 requests per minute (RPM)