Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsume-197 committed Sep 23, 2024
1 parent afa8f2f commit 8b1cb29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/external/elasticsearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const client = new Client({
node: process.env.ELASTICSEARCH_HOST,
auth: {
username: 'elastic',
password: process.env.ELASTICSEARCH_PASSWORD || ""
password: process.env.ELASTICSEARCH_PASSWORD || "",
apiKey: process.env.ELASTICSEARCH_APIKEY || ""
}
});

Expand Down

0 comments on commit 8b1cb29

Please sign in to comment.