mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Add a http server config to the example test config.
This commit is contained in:
@@ -35,4 +35,12 @@ exports.servers = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
exports.http_servers = {
|
||||||
|
// A local test server
|
||||||
|
"alpha-http" : {
|
||||||
|
"ip" : "127.0.0.1",
|
||||||
|
"port" : 8088,
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
// vim:sw=2:sts=2:ts=8:et
|
// vim:sw=2:sts=2:ts=8:et
|
||||||
|
|||||||
@@ -107,8 +107,6 @@ var build_setup = function (opts, host) {
|
|||||||
var build_teardown = function (host) {
|
var build_teardown = function (host) {
|
||||||
|
|
||||||
return function (done) {
|
return function (done) {
|
||||||
|
|
||||||
|
|
||||||
host = host || config.server_default;
|
host = host || config.server_default;
|
||||||
|
|
||||||
var data = this.store[host];
|
var data = this.store[host];
|
||||||
|
|||||||
Reference in New Issue
Block a user