diff --git a/doc/rippled-example.cfg b/doc/rippled-example.cfg index 68d2a5b2b6..a1ca279d3e 100644 --- a/doc/rippled-example.cfg +++ b/doc/rippled-example.cfg @@ -91,6 +91,8 @@ # One IPv4 address or domain names per line is allowed. A port may optionally # be specified after adding a space to the address. # +# +# # [peer_ip] # # IP address or domain to bind to allow external connections from peers. @@ -123,6 +125,8 @@ # to configure your server instance to receive PROXY Protocol handshakes, # and also to restrict access to your instance to the Elastic Load Balancer. # +# +# # [peer_private] # # 0 or 1. @@ -132,6 +136,15 @@ # # # +# [max_peers] +# +# The largest number of desired peer connections (incoming or outgoing). +# Cluster and fixed peers do not count towards this total. There are +# implementation-defined lower limits imposed on this value for security +# purposes. +# +# +# # [peer_ssl_cipher_list] # # A colon delimited string with the allowed SSL cipher modes for peer. The @@ -806,7 +819,7 @@ file_size_mb=8 file_size_mult=2 [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.