mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-11-04 20:35:49 +00:00
Update sample env, add telemetry option
This commit is contained in:
34
.env.sample
34
.env.sample
@@ -1,15 +1,27 @@
|
||||
# NODES="wss://ng1.wietse.com,wss://ng5.wietse.com,wss://xrplcluster.com,wss://s2.ripple.com,wss://testnet.xrpl-labs.com,wss://s.altnet.rippletest.net:51233"
|
||||
# NETWORKID="1"
|
||||
# UNLURL="https://vl.xrplf.org"
|
||||
# UNLKEY="ED45D1840EE724BE327ABE9146503D5848EFD5F38B6D5FEDE71E80ACCE5E6E738B"
|
||||
EVENT_SOCKET_PORT="3000"
|
||||
URL_PREFIX="https://wietse.com"
|
||||
|
||||
NODES="wss://testnet.xrpl-labs.com,wss://s.altnet.rippletest.net:51233"
|
||||
NETWORKID="1"
|
||||
UNLURL="https://vl.altnet.rippletest.net"
|
||||
UNLKEY="ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860"
|
||||
NODES=wss://testnet.xrpl-labs.com,wss://s.altnet.rippletest.net:51233
|
||||
NETWORKID=1
|
||||
UNLURL=https://vl.altnet.rippletest.net
|
||||
UNLKEY=ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860
|
||||
|
||||
FIELDSREQUIRED="Fee,Account,OperationLimit"
|
||||
FIELDSREQUIRED=Fee,Account,OperationLimit
|
||||
|
||||
# Less logging:
|
||||
# NOVALIDATIONLOG="true"
|
||||
# NOELIGIBLEFULLTXLOG="true"
|
||||
# NOVALIDATIONLOG=true
|
||||
# NOELIGIBLEFULLTXLOG=true
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user