src/p4l/config.py.tmpl
changeset 113 c05567404888
parent 14 52fa6990e0bb
child 119 ece69ca3ac24
equal deleted inserted replaced
112:ba6056f58516 113:c05567404888
   133             'propagate': True,
   133             'propagate': True,
   134         },    
   134         },    
   135     }
   135     }
   136 }
   136 }
   137 
   137 
       
   138 HAYSTACK_CONNECTIONS = {
       
   139     'default': {
       
   140         'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
       
   141         'URL': 'http://127.0.0.1:9200/',
       
   142         'INDEX_NAME': 'p4l',
       
   143     },
       
   144 }
       
   145 
   138 NB_RECORDS_BY_PAGE = 20
   146 NB_RECORDS_BY_PAGE = 20
   139 SPARQL_QUERY_ENDPOINT = "http://localhost:8080/openrdf-sesame/repositories/plan4learning"
   147 SPARQL_QUERY_ENDPOINT = "http://localhost:8080/openrdf-sesame/repositories/plan4learning"
   140 
   148 
   141 
   149