forked from Moitcl/moqui-chile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MoquiConf.xml
24 lines (19 loc) · 1.31 KB
/
MoquiConf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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-2.1.xsd">
<default-property name="default_locale" value="es_CL"/>
<default-property name="default_time_zone" value="Chile/Continental"/>
<default-property name="database_time_zone" value="Chile/Continental"/>
<tools empty-db-load="seed,seed-initial,cl-install" worker-queue="65535" worker-pool-core="16" worker-pool-max="24" worker-pool-alive="60"/>
<screen-facade>
<screen location="component://webroot/screen/webroot.xml">
<subscreens-item name="moquichilestatic" menu-include="false" location="component://MoquiChile/screen/moquichilestatic.xml"/>
</screen>
<screen location="component://webroot/screen/webroot/apps.xml">
<subscreens-item name="MChileAdmin" menu-title="Moqui Chile Admin" menu-index="25"
location="component://MoquiChile/screen/MChileAdmin.xml"/></screen>
</screen-facade>
<service-facade>
<service-type name="remote-xml-soap" runner-class="cl.moit.moqui.remote.RemoteXmlsoapServiceRunner"/>
</service-facade>
</moqui-conf>