diff --git a/Rasaddam_Backend/settings.py b/Rasaddam_Backend/settings.py index 9aba70b..2cc147e 100644 --- a/Rasaddam_Backend/settings.py +++ b/Rasaddam_Backend/settings.py @@ -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"), } }