-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMoquiConf.xml
22 lines (17 loc) · 1.07 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
<?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="default_locale" value="es_CL"/>
<default-property name="default_time_zone" value="Chile/Continental"/>
<default-property name="database_time_zone" value="Chile/Continental"/>
<default-property name="entity_empty_db_load" value="seed,seed-initial,cl-install"/>
<default-property name="moquichile.dte.systemIsProduction" value="false"/>
<screen-facade>
<screen location="component://webroot/screen/webroot.xml">
<subscreens-item name="moquichilestatic" menu-include="false" location="component://MoquiChile/screen/moquichilestatic.xml"/>
</screen>
</screen-facade>
<service-facade>
<service-type name="remote-xml-soap" runner-class="cl.moit.moqui.remote.RemoteXmlsoapServiceRunner"/>
</service-facade>
</moqui-conf>