Example configuration file update:

- Fix config database default location.
  - Add SSL/TLS for WebSockets config. Currently commented out.
This commit is contained in:
The Doctor
2014-03-19 11:22:15 -07:00
committed by Vinnie Falco
parent b2d97703c6
commit 0f19efac2d

View File

@@ -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