mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Updating docker startup script
This commit is contained in:
@@ -28,6 +28,7 @@ export SLP_API_URL=http://10.0.0.5:5001/
|
||||
# Mainnet Fulcrum / ElectrumX
|
||||
export FULCRUM_URL=172.17.0.1
|
||||
export FULCRUM_PORT=50002
|
||||
export FULCRUM_API=http://172.17.0.1:3001/v1/
|
||||
|
||||
# Redis DB - Used for rate limiting
|
||||
export REDIS_PORT=6379
|
||||
@@ -49,7 +50,7 @@ export PRO_PASS=somerandomepassword:someotherrandompassword:aThirdPassword
|
||||
export WHITELIST_DOMAINS=fullstack.cash,psfoundation.cash,torlist.cash
|
||||
|
||||
# Disable rate limits
|
||||
#export DO_NOT_USE_RATE_LIMITS=1
|
||||
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.
|
||||
@@ -64,4 +65,6 @@ export LOG_MAX_SIZE=1m
|
||||
#5d means store no more than 5 days
|
||||
export LOG_MAX_FILES=5d
|
||||
|
||||
export BCASH_SERVER=http://localhost:3002/
|
||||
|
||||
npm start
|
||||
|
||||
Reference in New Issue
Block a user