Updating instructions to match reality

v1.18.x
Yami 9 years ago
parent fc65b144b1
commit 65848d1a76

@ -36,14 +36,14 @@
' "host": "127.0.0.1",' + '\n' +
' "port": "6379",' + '\n' +
' "password": "",' + '\n' +
' "database": "1"' + '\n' +
' "database": "redis"' + '\n' +
'}\n'+
' or (mongo):\n' +
'"test_database": {' + '\n' +
' "host": "127.0.0.1",' + '\n' +
' "port": "27017",' + '\n' +
' "password": "",' + '\n' +
' "database": "1"' + '\n' +
' "database": "mongo"' + '\n' +
'}\n'+
' or (mongo) in a replicaset' + '\n' +
'"test_database": {' + '\n' +

Loading…
Cancel
Save