mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
JS Tests: Refactored config handling.
Still far from perfect, but better than it was.
This commit is contained in:
@@ -7,11 +7,13 @@ var testconfig = require("./testconfig.js");
|
||||
|
||||
exports.accounts = testconfig.accounts;
|
||||
|
||||
// Where to find the binary.
|
||||
exports.rippled = path.resolve("build/rippled");
|
||||
|
||||
exports.server_default = "alpha";
|
||||
|
||||
exports.default_server_config = {
|
||||
// Where to find the binary.
|
||||
rippled_path: path.resolve(__dirname, "../build/rippled")
|
||||
};
|
||||
|
||||
//
|
||||
// Configuration for servers.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user