diff --git a/.env.sample b/.env.sample index 34ea8c1..05897fb 100644 --- a/.env.sample +++ b/.env.sample @@ -1,27 +1,18 @@ -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 +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 - -# Less logging: -# 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!) +NOVALIDATIONLOG=1 +NOELIGIBLEFULLTXLOG=1 +ONLYUNLVALIDATIONS=0 +DEBUG=0 TELEMETRY=NO -