mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-11-19 19:25:52 +00:00
Update .env.sample
This commit is contained in:
39
.env.sample
39
.env.sample
@@ -1,27 +1,18 @@
|
|||||||
EVENT_SOCKET_PORT="3000"
|
#NODES=wss://testnet.xrpl-labs.com,wss://s.altnet.rippletest.net:51233
|
||||||
URL_PREFIX="https://wietse.com"
|
#NETWORKID=1
|
||||||
|
#UNLURL=https://vl.altnet.rippletest.net
|
||||||
NODES=wss://testnet.xrpl-labs.com,wss://s.altnet.rippletest.net:51233
|
#UNLKEY=ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860
|
||||||
NETWORKID=1
|
|
||||||
UNLURL=https://vl.altnet.rippletest.net
|
|
||||||
UNLKEY=ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860
|
|
||||||
|
|
||||||
|
EVENT_SOCKET_PORT=3000
|
||||||
|
PUBLIC_PORT=3000
|
||||||
|
URL_PREFIX=http://localhost:3000
|
||||||
|
NETWORKID=0
|
||||||
|
UNLURL=https://vl.xrplf.org
|
||||||
|
UNLKEY=ED45D1840EE724BE327ABE9146503D5848EFD5F38B6D5FEDE71E80ACCE5E6E738B
|
||||||
|
NODES=wss://xrplcluster.com,wss://s2.ripple.com
|
||||||
FIELDSREQUIRED=Fee,Account,OperationLimit
|
FIELDSREQUIRED=Fee,Account,OperationLimit
|
||||||
|
NOVALIDATIONLOG=1
|
||||||
# Less logging:
|
NOELIGIBLEFULLTXLOG=1
|
||||||
# NOVALIDATIONLOG=true
|
ONLYUNLVALIDATIONS=0
|
||||||
# NOELIGIBLEFULLTXLOG=true
|
DEBUG=0
|
||||||
|
|
||||||
NOVALIDATIONLOG=true
|
|
||||||
NOELIGIBLEFULLTXLOG=true
|
|
||||||
|
|
||||||
# To dump NODE open handles after SIGINT-ing the process
|
|
||||||
# DEBUG=true
|
|
||||||
|
|
||||||
# To enable verbose node debug logging:
|
|
||||||
# DEBUG=*
|
|
||||||
|
|
||||||
# Send request hostname to XRPL Labs (to build a list where xPOPs can be fetched)
|
|
||||||
# Change in YES to enable (would be appreciated!)
|
|
||||||
TELEMETRY=NO
|
TELEMETRY=NO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user