From 000c04068a040148497c6d74ef50e292a3ddbe63 Mon Sep 17 00:00:00 2001 From: Evarin Date: Tue, 20 Jun 2017 00:09:53 +0200 Subject: [PATCH] Settings prod ES --- experiENS/settings_prod.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/experiENS/settings_prod.py b/experiENS/settings_prod.py index 5acedb5..0e5a6be 100644 --- a/experiENS/settings_prod.py +++ b/experiENS/settings_prod.py @@ -43,3 +43,10 @@ MEDIA_URL = ROOT_URL + 'media/' STATIC_ROOT = os.path.join(BASE_DIR, 'static/') EMAIL_HOST = "nef.ens.fr" + + +ELASTICSEARCH_DSL = { + 'default': { + 'hosts': '127.0.0.1:9200' + }, +}