mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 01:15:47 +01:00
dbmock 4-spaces
This commit is contained in:
@@ -26,17 +26,17 @@
|
|||||||
"Please, add parameters for test database in config.json\n"+
|
"Please, add parameters for test database in config.json\n"+
|
||||||
"For example (redis):\n"+
|
"For example (redis):\n"+
|
||||||
'"test_database": {' + '\n' +
|
'"test_database": {' + '\n' +
|
||||||
' "host": "127.0.0.1",' + '\n' +
|
' "host": "127.0.0.1",' + '\n' +
|
||||||
' "port": "6379",' + '\n' +
|
' "port": "6379",' + '\n' +
|
||||||
' "password": "",' + '\n' +
|
' "password": "",' + '\n' +
|
||||||
' "database": "1"' + '\n' +
|
' "database": "1"' + '\n' +
|
||||||
'}\n'+
|
'}\n'+
|
||||||
" or (mongo):\n" +
|
" or (mongo):\n" +
|
||||||
'"test_database": {' + '\n' +
|
'"test_database": {' + '\n' +
|
||||||
' "host": "127.0.0.1",' + '\n' +
|
' "host": "127.0.0.1",' + '\n' +
|
||||||
' "port": "27017",' + '\n' +
|
' "port": "27017",' + '\n' +
|
||||||
' "password": "",' + '\n' +
|
' "password": "",' + '\n' +
|
||||||
' "database": "1"' + '\n' +
|
' "database": "1"' + '\n' +
|
||||||
'}\n'+
|
'}\n'+
|
||||||
"==========================================================="
|
"==========================================================="
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user