From f6489a1050095ad4bb7a4bfdf93af3e063b03c03 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Mon, 17 Dec 2012 20:49:55 -0800 Subject: [PATCH] Improve documentation for config-example.js --- test/config-example.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/config-example.js b/test/config-example.js index c43f4d5d87..0ddf080ee9 100644 --- a/test/config-example.js +++ b/test/config-example.js @@ -12,7 +12,11 @@ exports.rippled = path.resolve("build/rippled"); exports.server_default = "alpha"; +// // Configuration for servers. +// +// For testing, you might choose to target a persistent server at alternate ports. +// exports.servers = { // A local test server. "alpha" : {