There was an error while loading. Please reload this page.
2 parents 7717e63 + bf7e308 commit 4eb58cbCopy full SHA for 4eb58cb
1 file changed
node/query-mongo-atlas/src/mongo.js
@@ -5,6 +5,7 @@ import { MongoClient, ServerApiVersion } from 'mongodb';
5
*/
6
export async function getClient() {
7
const client = new MongoClient(process.env.MONGO_URI, {
8
+ appName: 'devrel-integration-atlas-appwrite-node',
9
serverApi: {
10
version: ServerApiVersion.v1,
11
strict: true,
0 commit comments