Skip to content

Commit 41aca38

Browse files
committed
Updated dev dependencies
1 parent ad8a479 commit 41aca38

File tree

5 files changed

+9900
-1807
lines changed

5 files changed

+9900
-1807
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ const FeathersCassandra = require('feathers-cassandra')
370370
const models = ExpressCassandra.createClient({
371371
clientOptions: {
372372
contactPoints: ['127.0.0.1'],
373+
localDataCenter: 'datacenter1',
373374
protocolOptions: { port: 9042 },
374375
keyspace: 'test',
375376
queryOptions: { consistency: ExpressCassandra.consistencies.one }

example/cassandra.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = function (app) {
55
const models = ExpressCassandra.createClient({
66
clientOptions: {
77
contactPoints: ['127.0.0.1'],
8+
localDataCenter: 'datacenter1',
89
protocolOptions: { port: 9042 },
910
keyspace: 'test',
1011
queryOptions: { consistency: ExpressCassandra.consistencies.one }

0 commit comments

Comments
 (0)