Skip to content

Commit

Permalink
updated app id
Browse files Browse the repository at this point in the history
  • Loading branch information
rhydberg committed Aug 17, 2024
1 parent 9cb886f commit 67f9caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/data_worker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Student, Query, Options} from "./commontypes";
var students: any[] = []
var new_students: any[] | undefined = undefined;
var config = {
"APP_ID": "data-yubip",
"APP_ID": "data-rgzxa",
"API_KEY": "BFXDWTSqEFOXbk5kzCYsqV50vL4YjUQywDUfcE5wy0cD01SsJ7nLFduSzjE4Or3W",
"cluster_name": "Cluster0",
"db_name": "student_search",
Expand Down

0 comments on commit 67f9caf

Please sign in to comment.