Settings prod ES

This commit is contained in:
Evarin 2017-06-20 00:09:53 +02:00
parent b8a2547b4a
commit 000c04068a

View file

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