-
Notifications
You must be signed in to change notification settings - Fork 0
/
MoquiConf.xml
19 lines (16 loc) · 1.04 KB
/
MoquiConf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" ?>
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd">
<default-property name="elasticsearch_url" value=""/>
<default-property name="elasticsearch_user" value=""/>
<default-property name="elasticsearch_password" value="" is-secret="true"/>
<entity-facade database-locale="${default_locale}" database-time-zone="${database_time_zone ?: default_time_zone}">
<datasource group-name="artifactLifeCycle" runtime-add-missing="true" startup-add-missing="false"
object-factory="org.moqui.impl.entity.elastic.ElasticDatasourceFactory">
<inline-other index-prefix="alc-" cluster-name="default"/>
</datasource>
</entity-facade>
<database-list>
<dictionary-type type="object" java-type="java.lang.Object" default-sql-type="STRUCT"/>
</database-list>
</moqui-conf>