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' + }, +}