From 790ee6ebef0aa4b5b3977470acc248a03bc69f0a 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 c43f4d5d..0ddf080e 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" : {