Skip to content

Instantly share code, notes, and snippets.

@codedot
Last active November 4, 2018 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codedot/d333ac71cf7b19786364d335955d7b5b to your computer and use it in GitHub Desktop.
Save codedot/d333ac71cf7b19786364d335955d7b5b to your computer and use it in GitHub Desktop.
[server]
port_rpc_admin_local
port_peer
[port_rpc_admin_local]
port = 5005
ip = 127.0.0.1
admin = 127.0.0.1
protocol = http
[port_peer]
ip = 127.0.0.1
port = 51235
protocol = peer
[ledger_history]
none
[fetch_depth]
128
[node_db]
type=NuDB
path=/var/lib/rippled/db/nudb
online_delete=256
advisory_delete=0
[database_path]
/var/lib/rippled/db
[debug_logfile]
/var/log/rippled/debug.log
[ssl_verify]
0
[ips_fixed]
192.0.2.1 51235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment