fix #1837 add action.auto_create_index
This commit is contained in:
parent
9bb159e08e
commit
a39048f9c6
1 changed files with 2 additions and 1 deletions
|
@ -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":"*",
|
||||
|
|
Loading…
Add table
Reference in a new issue