Settings prod ES
This commit is contained in:
parent
b8a2547b4a
commit
000c04068a
1 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue