mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
added instructions for adding a test database for Level DB #1373
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user