From 91a6720a1cdaf340a7abfd6134164c8a503a464d Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Thu, 25 Jul 2013 10:18:06 +0900 Subject: [PATCH] Update config-example --- test/config-example.js | 1 + 1 file changed, 1 insertion(+) 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' } };