如何使用clients
變量路線/ index.js文件。如何使用app.js變量的所有路由文件?
這裏是我的代碼,
app.js
clients = new cassandra.Client({ contactPoints:[config.contactPoints], keyspace: config.keyspace,authProvider: new cassandra.auth.PlainTextAuthProvider(config.userName, config.password)});
這是一個Express應用程序? – ImClarky
是的,這是明確的應用@ImClarky –