diff --git a/test/config-example.js b/test/config-example.js index 45bb945967..175c016aa8 100644 --- a/test/config-example.js +++ b/test/config-example.js @@ -33,6 +33,7 @@ exports.servers = { // 'validation_seed' : "shhDFVsmS2GSu5vUyZSPXYfj1r79h", // 'validators' : "n9L8LZZCwsdXzKUN9zoVxs4YznYXZ9hEhsQZY7aVpxtFaSceiyDZ beta", 'local_signing' : false, + 'node_db': 'type=memory' } };