change elastic host in setting

This commit is contained in:
2025-05-06 16:31:40 +03:30
parent 3dce7fc344
commit eab40af15d

View File

@@ -189,7 +189,7 @@ ELASTICSEARCH_DSL = {
# liara elastic password uYkiQ860vLW8DIbWpNjqtz2B # noqa
# local system password =z66+LCIebq4NQRR_+=R # noqa
"default": {
"hosts": "https://127.0.0.1:9200",
"hosts": "http://damelasticsearch:9200",
"http_auth": ("elastic", "uYkiQ860vLW8DIbWpNjqtz2B"),
}
}