mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Improve documentation for config-example.js
This commit is contained in:
@@ -12,7 +12,11 @@ exports.rippled = path.resolve("build/rippled");
|
|||||||
|
|
||||||
exports.server_default = "alpha";
|
exports.server_default = "alpha";
|
||||||
|
|
||||||
|
//
|
||||||
// Configuration for servers.
|
// Configuration for servers.
|
||||||
|
//
|
||||||
|
// For testing, you might choose to target a persistent server at alternate ports.
|
||||||
|
//
|
||||||
exports.servers = {
|
exports.servers = {
|
||||||
// A local test server.
|
// A local test server.
|
||||||
"alpha" : {
|
"alpha" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user