Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
rhydberg committed Aug 17, 2024
1 parent 29b116a commit 459cb94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/data_worker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ var students: any[] = []
var new_students: any[] | undefined = undefined;
var config = {
"APP_ID": "data-yubip",
"API_KEY": "XvhvZNBWObiDyf651zDE8LsSx59zssBKVMlTHSftn566l7rXoVrbQxnW0L2p6L5A",
"API_KEY": "BFXDWTSqEFOXbk5kzCYsqV50vL4YjUQywDUfcE5wy0cD01SsJ7nLFduSzjE4Or3W",
"cluster_name": "Cluster0",
"db_name": "student_data",
"collection_name": "student_data"
"db_name": "student_search",
"collection_name": "student_search"
}

// console.log("Worker instantiated");
Expand Down

0 comments on commit 459cb94

Please sign in to comment.