Skip to content

Commit

Permalink
Merge pull request #1 from rhydberg/master
Browse files Browse the repository at this point in the history
updated config
  • Loading branch information
rhydberg authored Aug 17, 2024
2 parents 29b116a + 459cb94 commit 9cb886f
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 9cb886f

Please sign in to comment.