Last active
November 4, 2018 09:02
-
-
Save codedot/d333ac71cf7b19786364d335955d7b5b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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