web/ldtplatform/config.py.tmpl
changeset 722 2446fff2bea0
parent 719 1c0ac4068bbe
child 740 d03908cf3c73
equal deleted inserted replaced
721:a6f75bde893d 722:2446fff2bea0
   100 
   100 
   101 HAYSTACK_CONNECTIONS = {
   101 HAYSTACK_CONNECTIONS = {
   102     'default': {
   102     'default': {
   103         #for elasticsearch use ldt.indexation.backends.elasticsearch_backend.ElasticsearchSearchEngine
   103         #for elasticsearch use ldt.indexation.backends.elasticsearch_backend.ElasticsearchSearchEngine
   104         'ENGINE': 'haystack.backends.simple_backend.SimpleEngine',
   104         'ENGINE': 'haystack.backends.simple_backend.SimpleEngine',
       
   105         #'URL': 'http://127.0.0.1:9200/',
       
   106         #'INDEX_NAME': 'ldt',
   105     },
   107     },
   106 }
   108 }
   107 
       
   108 
       
   109