🪢 Refactoring elasticsearch configuration

This commit is contained in:
2022-01-14 09:10:55 -08:00
parent ee4b543991
commit 16a0a8c733
6 changed files with 14025 additions and 2640 deletions

View File

@@ -9,7 +9,7 @@ import {
const { Client } = require("@elastic/elasticsearch");
const client = new Client({
node: "http://ghost:9200",
node: "http://tower.local:9200",
auth: {
username: "elastic",
password: "password",