add http.cors.allow-origin
This commit is contained in:
parent
9745d7dcd8
commit
fc8596056f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<components>
|
||||
<component name="fessEsClient" class="org.codelibs.fess.es.client.FessEsClient">
|
||||
<property name="settings">
|
||||
{"http.cors.enabled":"true", "index.number_of_replicas":"0"}
|
||||
{"http.cors.enabled":"true", "http.cors.allow-origin":"*", "index.number_of_replicas":"0"}
|
||||
</property>
|
||||
<!-- Dictionaries -->
|
||||
<postConstruct name="addConfigFile">
|
||||
|
|
Loading…
Add table
Reference in a new issue