Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix paths in the example config file #314

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/rippled-example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -796,10 +796,10 @@ medium
# Note that HyperLevelDB is unavailable on Windows platforms
[node_db]
type=HyperLevelDB
path=/var/lib/ripple/db/hyperldb
path=/var/lib/rippled/db/hyperldb

[database_path]
/var/lib/ripple/db
/var/lib/rippled/db

# This needs to be an absolute directory reference, not a relative one.
# Modify this value as required.
Expand All @@ -818,7 +818,7 @@ pool.ntp.org
r.ripple.com 51235

# These validators are taken from the v0.16 release notes on the wiki:
# https://ripple.com/wiki/Latest_rippled_release_notes
# https://ripple.com/wiki/Rippled-0.16
[validators]
n9KPnVLn7ewVzHvn218DcEYsnWLzKerTDwhpofhk4Ym1RUq4TeGw RIP1
n9LFzWuhKNvXStHAuemfRKFVECLApowncMAM5chSCL9R5ECHGN4V RIP2
Expand Down