xrpscan / hermes

Project Hermes: XRP Ledger Validation message service
https://xrpscan.com
MIT License
6 stars 4 forks source link

.env.example file recommends rippled admin port 6006 #27

Closed pkcs8 closed 2 years ago

pkcs8 commented 2 years ago

.env.example config file recommends RIPPLED_URL = 'ws://localhost:6006' as the default RIPPLED_URL. Port 6006 is the admin port, and fetching validation messages via the admin port is an overkill. Change the recommended url to use the unprivileged 6005 port.