fix #1837 add action.auto_create_index

This commit is contained in:
Shinsuke Sugaya 2018-09-13 09:33:56 +09:00
parent 9bb159e08e
commit a39048f9c6

View file

@ -5,7 +5,8 @@
<component name="fessEsClient" class="org.codelibs.fess.es.client.FessEsClient">
<property name="settings">
{"http.cors.enabled":"true",
"http.cors.allow-origin":"*"}
"http.cors.allow-origin":"*",
"action.auto_create_index":"-*"}
<!--
{"http.cors.enabled":"true",
"http.cors.allow-origin":"*",