added instructions for adding a test database for Level DB #1373

This commit is contained in:
psychobunny
2014-04-11 12:45:22 -04:00
parent c86635b4ce
commit c28308ee97

View File

@@ -5,6 +5,7 @@
(function(module) { (function(module) {
'use strict'; 'use strict';
/*global before*/
var utils = require('./../public/src/utils.js'), var utils = require('./../public/src/utils.js'),
path = require('path'), path = require('path'),
@@ -44,6 +45,10 @@
' "password": "",' + '\n' + ' "password": "",' + '\n' +
' "database": "1"' + '\n' + ' "database": "1"' + '\n' +
'}\n'+ '}\n'+
" or (level):\n" +
'"test_database": {' + '\n' +
' "database": "/path/to/database"' + '\n' +
'}\n'+
"===========================================================" "==========================================================="
); );
winston.error(errorText); winston.error(errorText);