mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
Updating instructions to match reality
This commit is contained in:
@@ -36,14 +36,14 @@
|
|||||||
' "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": "redis"' + '\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": "mongo"' + '\n' +
|
||||||
'}\n'+
|
'}\n'+
|
||||||
' or (mongo) in a replicaset' + '\n' +
|
' or (mongo) in a replicaset' + '\n' +
|
||||||
'"test_database": {' + '\n' +
|
'"test_database": {' + '\n' +
|
||||||
|
|||||||
Reference in New Issue
Block a user