mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Example configuration file update:
- Fix config database default location. - Add SSL/TLS for WebSockets config. Currently commented out.
This commit is contained in:
@@ -796,7 +796,10 @@ medium
|
||||
# Note that HyperLevelDB is unavailable on Windows platforms
|
||||
[node_db]
|
||||
type=HyperLevelDB
|
||||
path=/etc/ripple/db/hyperldb
|
||||
path=/var/lib/ripple/db/hyperldb
|
||||
|
||||
[database_path]
|
||||
/var/lib/ripple/db
|
||||
|
||||
# This needs to be an absolute directory reference, not a relative one.
|
||||
# Modify this value as required.
|
||||
@@ -827,3 +830,16 @@ n9KF6RpvktjNs2MDBkmxpJbup4BKrKeMKDXPhaXkq7cKTwLmWkFr RIP5
|
||||
[validation_quorum]
|
||||
3
|
||||
|
||||
# Configure SSL for WebSockets. Not enabled by default yet.
|
||||
#[websocket_secure]
|
||||
#1
|
||||
|
||||
#[websocket_ssl_cert]
|
||||
#/etc/ssl/certs/server.crt
|
||||
|
||||
#[websocket_ssl_key]
|
||||
#/etc/ssl/private/server.key
|
||||
|
||||
#[ssl_verify]
|
||||
#0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user